diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-04-18 17:15:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-04-18 17:15:48 +0000 |
commit | fd6135ec5377cecaae4e2709b50e2e09da979d05 (patch) | |
tree | 06f04b73b671a09b873e7c97ad5875f55f405dbf /usr.bin/ssh | |
parent | ab0f8ee358be5dbf76d57da9c86bf1f5a3e4c4b4 (diff) |
macro fixage;
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/sftp.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1 index f34f58856ce..d6f5e289d02 100644 --- a/usr.bin/ssh/sftp.1 +++ b/usr.bin/ssh/sftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.65 2008/04/18 12:32:11 djm Exp $ +.\" $OpenBSD: sftp.1,v 1.66 2008/04/18 17:15:47 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -112,7 +112,8 @@ will abort if any of the following commands fail: .Ic get , put , rename , ln , .Ic rm , mkdir , chdir , ls , -.Ic lchdir , chmod , chown , chgrp , lpwd, df, +.Ic lchdir , chmod , chown , +.Ic chgrp , lpwd , df , and .Ic lmkdir . Termination on error can be suppressed on a command by command basis by |