diff options
author | Damien Miller <djm@mindrot.org> | 2005-12-13 09:29:58 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-12-13 09:29:58 +0100 |
commit | f0c8c15322fcb26911f9552e696810c3639f7341 (patch) | |
tree | f418c795b6be9b9bdcc9eefd6e1274570a30a2af /ssh.1 | |
parent | - djm@cvs.openbsd.org 2005/12/07 03:52:22 (diff) | |
download | openssh-f0c8c15322fcb26911f9552e696810c3639f7341.tar.xz openssh-f0c8c15322fcb26911f9552e696810c3639f7341.zip |
- jmc@cvs.openbsd.org 2005/12/07 10:52:13
[ssh.1]
- avoid line split in SYNOPSIS
- add args to -w
- kill trailing whitespace
Diffstat (limited to '')
-rw-r--r-- | ssh.1 | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |