diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-11-25 20:46:06 +0800 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-11-25 20:46:06 +0800 |
commit | 550b3056fddb03bc6ac68dcc4ac4159c986d321d (patch) | |
tree | ed3c1ba2560dc4d4f3978649354f3ba50067ad03 /dropbear.8 | |
parent | 1ba5e8052e6cfbb157496c0bf022c4a77b5d0fd8 (diff) |
Fix minor manpage formatting issues
Diffstat (limited to 'dropbear.8')
-rw-r--r-- | dropbear.8 | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -3,11 +3,10 @@ dropbear \- lightweight SSH server .SH SYNOPSIS .B dropbear -[flag arguments] [\-b +[\fIflag arguments\fR] [\-b .I banner\fR] [\-r -.I hostkeyfile\fR] [\-p -.IR [address:]port ] +.I hostkeyfile\fR] [\-p [\fIaddress\fR:]\fIport\fR] .SH DESCRIPTION .B dropbear is a small SSH server @@ -54,7 +53,7 @@ Disable local port forwarding. .B \-k Disable remote port forwarding. .TP -.B \-p \fI[address:]port +.B \-p\fR [\fIaddress\fR:]\fIport Listen on specified .I address and TCP @@ -128,7 +127,7 @@ Disable PTY allocation. Note that a user can still obtain most of the same functionality with other means even if no-pty is set. .TP -.B command="\fIforced_command\fR" +.B command=\fR"\fIforced_command\fR" Disregard the command provided by the user and always run \fIforced_command\fR. The authorized_keys file and its containing ~/.ssh directory must only be |