summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2009-01-28 16:14:09 +1100
committerDamien Miller <djm@mindrot.org>2009-01-28 16:14:09 +1100
commit62fd18a2b7e840fa3b961dafefae4ffdc5efeba6 (patch)
tree03cdde26e129609572174a0179335ccaf991a761 /sftp.1
parentc30def96e2c7cf3cb7f11182603d457fe8d093cf (diff)
- sobrado@cvs.openbsd.org 2008/12/09 15:35:00
[sftp.1 sftp.c] 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 'sftp.1')
-rw-r--r--sftp.16
1 files changed, 3 insertions, 3 deletions
diff --git a/sftp.1 b/sftp.1
index c44564a29..37ccb3a38 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.68 2008/12/09 03:02:37 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.69 2008/12/09 15:35:00 sobrado Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -48,7 +48,7 @@
48.Nm sftp 48.Nm sftp
49.Oo Ar user Ns @ Oc Ns 49.Oo Ar user Ns @ Oc Ns
50.Ar host Ns Oo : Ns Ar dir Ns 50.Ar host Ns Oo : Ns Ar dir Ns
51.Oo Ar / Oc Oc 51.Op Ar / Oc
52.Nm sftp 52.Nm sftp
53.Fl b Ar batchfile 53.Fl b Ar batchfile
54.Oo Ar user Ns @ Oc Ns Ar host 54.Oo Ar user Ns @ Oc Ns Ar host
@@ -441,7 +441,7 @@ to
441Display the 441Display the
442.Nm 442.Nm
443protocol version. 443protocol version.
444.It Ic \&! Ar command 444.It Ic \&! Ns Ar command
445Execute 445Execute
446.Ar command 446.Ar command
447in local shell. 447in local shell.