diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-12-09 15:35:01 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-12-09 15:35:01 +0000 |
commit | 99e1950a5376ecb3486c45f7f70275f14a82c8ce (patch) | |
tree | 690ff2e372692fd3373e169c8f69f654f786df7e /usr.bin/ssh/sftp.1 | |
parent | 91301a5a4ea2aeae04e8dc9a22bf79196705211d (diff) |
update for the synopses displayed by the 'help' command, there are a
few missing flags; add 'bye' to the output of 'help'; sorting and spacing.
jmc@ suggested replacing .Oo/.Oc with a single .Op macro.
ok jmc@
Diffstat (limited to 'usr.bin/ssh/sftp.1')
-rw-r--r-- | usr.bin/ssh/sftp.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1 index c44564a296e..37ccb3a38ba 100644 --- a/usr.bin/ssh/sftp.1 +++ b/usr.bin/ssh/sftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.68 2008/12/09 03:02:37 djm Exp $ +.\" $OpenBSD: sftp.1,v 1.69 2008/12/09 15:35:00 sobrado Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -48,7 +48,7 @@ .Nm sftp .Oo Ar user Ns @ Oc Ns .Ar host Ns Oo : Ns Ar dir Ns -.Oo Ar / Oc Oc +.Op Ar / Oc .Nm sftp .Fl b Ar batchfile .Oo Ar user Ns @ Oc Ns Ar host @@ -441,7 +441,7 @@ to Display the .Nm protocol version. -.It Ic \&! Ar command +.It Ic \&! Ns Ar command Execute .Ar command in local shell. |