diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2004-06-17 23:56:58 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2004-06-17 23:56:58 +0000 |
commit | af318007fe7ee1d3251352fdc01ccd444399b572 (patch) | |
tree | 9da1bdf4f42ce81db12fc34215e629387b3c4415 /usr.bin/ssh/ssh.1 | |
parent | 9214f73daad94b13453dbdfbed05888adbea5aa8 (diff) |
sync usage() and SYNPOSIS with connection sharing changes
Diffstat (limited to 'usr.bin/ssh/ssh.1')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index b70102be58a..dcd02c28f40 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.190 2004/06/13 15:03:02 djm Exp $ +.\" $OpenBSD: ssh.1,v 1.191 2004/06/17 23:56:57 djm Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -43,7 +43,7 @@ .Nd OpenSSH SSH client (remote login program) .Sh SYNOPSIS .Nm ssh -.Op Fl 1246AaCfgkMNnqSsTtVvXxY +.Op Fl 1246AaCfgkMNnqsTtVvXxY .Op Fl b Ar bind_address .Op Fl c Ar cipher_spec .Op Fl D Ar port @@ -74,6 +74,7 @@ .Sm on .Xc .Oc +.Op Fl S Ar ctl_path .Oo Ar user Ns @ Oc Ns Ar hostname .Op Ar command .Sh DESCRIPTION @@ -737,11 +738,11 @@ IPv6 addresses can be specified with an alternative syntax: .Ar hostport . .Xc .Sm on -.It Fl S -Places the -.Nm -client into slave mode for connection sharing. +.It Fl S Ar ctl_path +Specifies the location of a control socket for for connection sharing. Refer to the description of +.Cm ControlPath +and .Cm ControlMaster in .Xr ssh_config 5 |