diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2015-07-20 18:44:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2015-07-20 18:44:13 +0000 |
commit | c65fdd3cec9f3d4c59e9320d595ca2009e526a8f (patch) | |
tree | c45089c99f6321dd2d7a75e1eb786d32280bff0f /usr.bin/ssh/ssh.1 | |
parent | 17eac477421a14e50a8ee14de1955bea5a804f17 (diff) |
Move .Pp before .Bl, not after to quiet mandoc -Tlint.
Noticed by jmc@
Diffstat (limited to 'usr.bin/ssh/ssh.1')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 85a2d8734b5..2ea0a2058d1 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -33,7 +33,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.360 2015/07/20 15:39:52 millert Exp $ +.\" $OpenBSD: ssh.1,v 1.361 2015/07/20 18:44:12 millert Exp $ .Dd $Mdocdate: July 20 2015 $ .Dt SSH 1 .Os @@ -93,8 +93,8 @@ is specified, it is executed on the remote host instead of a login shell. .Pp The options are as follows: -.Bl -tag -width Ds -compact .Pp +.Bl -tag -width Ds -compact .It Fl 1 Forces .Nm |