diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-07 10:52:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-07 10:52:14 +0000 |
commit | 1f8623f8890d149dcbd683edc94ba6fad737b09c (patch) | |
tree | 9a1de824633b6bb46cacc6841bc548ef7a7e8dcf | |
parent | 6e30222be3add4ef2c2c26b1baf2dd7b4405c2a8 (diff) |
- avoid line split in SYNOPSIS
- add args to -w
- kill trailing whitespace
-rw-r--r-- | usr.bin/ssh/ssh.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 8a55c2f6421..2461423194a 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.215 2005/12/06 22:38:27 reyk Exp $ +.\" $OpenBSD: ssh.1,v 1.216 2005/12/07 10:52:13 jmc Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -77,9 +77,11 @@ .Sm on .Oc .Op Fl S Ar ctl_path -.Op Fl w Ar tunnel : tunnel +.Bk -words +.Op Fl w Ar tunnel : Ns Ar tunnel .Oo Ar user Ns @ Oc Ns Ar hostname .Op Ar command +.Ek .Sh DESCRIPTION .Nm (SSH client) is a program for logging into a remote machine and for @@ -302,7 +304,7 @@ options (see below). It also allows the cancellation of existing remote port-forwardings using .Fl KR Ar hostport . -The +The .Ic ! Ar command allows the user to execute a local command if the .Ic PermitLocalCommand @@ -877,7 +879,7 @@ Multiple .Fl v options increase the verbosity. The maximum is 3. -.It Fl w +.It Fl w Ar tunnel : Ns Ar tunnel Requests a .Xr tun 4 device on the client and server like the |