summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-12-13 19:29:58 +1100
committerDamien Miller <djm@mindrot.org>2005-12-13 19:29:58 +1100
commitf0c8c15322fcb26911f9552e696810c3639f7341 (patch)
treef418c795b6be9b9bdcc9eefd6e1274570a30a2af
parentaeb31d6120681f42ad1b91adc5352159a6a5d345 (diff)
- jmc@cvs.openbsd.org 2005/12/07 10:52:13
[ssh.1] - avoid line split in SYNOPSIS - add args to -w - kill trailing whitespace
-rw-r--r--ChangeLog8
-rw-r--r--ssh.110
2 files changed, 12 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 337f70086..dd191651f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,11 +20,15 @@
20 except that it depends on the tun(4) network interface on both ends of 20 except that it depends on the tun(4) network interface on both ends of
21 the connection for layer 2 or layer 3 tunneling. This diff also adds 21 the connection for layer 2 or layer 3 tunneling. This diff also adds
22 support for LocalCommand in the ssh(1) client. 22 support for LocalCommand in the ssh(1) client.
23
24 ok djm@, markus@, jmc@ (manpages), tested and discussed with others 23 ok djm@, markus@, jmc@ (manpages), tested and discussed with others
25 - djm@cvs.openbsd.org 2005/12/07 03:52:22 24 - djm@cvs.openbsd.org 2005/12/07 03:52:22
26 [clientloop.c] 25 [clientloop.c]
27 reyk forgot to compile with -Werror (missing header) 26 reyk forgot to compile with -Werror (missing header)
27 - jmc@cvs.openbsd.org 2005/12/07 10:52:13
28 [ssh.1]
29 - avoid line split in SYNOPSIS
30 - add args to -w
31 - kill trailing whitespace
28 32
2920051201 3320051201
30 - (djm) [envpass.sh] Remove regress script that was accidentally committed 34 - (djm) [envpass.sh] Remove regress script that was accidentally committed
@@ -3417,4 +3421,4 @@
3417 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3421 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3418 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3422 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3419 3423
3420$Id: ChangeLog,v 1.4020 2005/12/13 08:29:36 djm Exp $ 3424$Id: ChangeLog,v 1.4021 2005/12/13 08:30:05 djm Exp $
diff --git a/ssh.1 b/ssh.1
index 8a55c2f64..246142319 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.215 2005/12/06 22:38:27 reyk Exp $ 37.\" $OpenBSD: ssh.1,v 1.216 2005/12/07 10:52:13 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -77,9 +77,11 @@
77.Sm on 77.Sm on
78.Oc 78.Oc
79.Op Fl S Ar ctl_path 79.Op Fl S Ar ctl_path
80.Op Fl w Ar tunnel : tunnel 80.Bk -words
81.Op Fl w Ar tunnel : Ns Ar tunnel
81.Oo Ar user Ns @ Oc Ns Ar hostname 82.Oo Ar user Ns @ Oc Ns Ar hostname
82.Op Ar command 83.Op Ar command
84.Ek
83.Sh DESCRIPTION 85.Sh DESCRIPTION
84.Nm 86.Nm
85(SSH client) is a program for logging into a remote machine and for 87(SSH client) is a program for logging into a remote machine and for
@@ -302,7 +304,7 @@ options (see below).
302It also allows the cancellation of existing remote port-forwardings 304It also allows the cancellation of existing remote port-forwardings
303using 305using
304.Fl KR Ar hostport . 306.Fl KR Ar hostport .
305The 307The
306.Ic ! Ar command 308.Ic ! Ar command
307allows the user to execute a local command if the 309allows the user to execute a local command if the
308.Ic PermitLocalCommand 310.Ic PermitLocalCommand
@@ -877,7 +879,7 @@ Multiple
877.Fl v 879.Fl v
878options increase the verbosity. 880options increase the verbosity.
879The maximum is 3. 881The maximum is 3.
880.It Fl w 882.It Fl w Ar tunnel : Ns Ar tunnel
881Requests a 883Requests a
882.Xr tun 4 884.Xr tun 4
883device on the client and server like the 885device on the client and server like the