summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert@openbsd.org <millert@openbsd.org>2015-07-20 18:44:12 +0000
committerDamien Miller <djm@mindrot.org>2015-07-21 13:05:12 +1000
commitebe27ebe520098bbc0fe58945a87ce8490121edb (patch)
treed879ff37347e9e2762d3f8b9215bbf683403c022
parentd5d91d0da819611167782c66ab629159169d94d4 (diff)
upstream commit
Move .Pp before .Bl, not after to quiet mandoc -Tlint. Noticed by jmc@ Upstream-ID: 59fadbf8407cec4e6931e50c53cfa0214a848e23
-rw-r--r--ssh.14
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.1 b/ssh.1
index 85a2d873..2ea0a205 100644
--- a/ssh.1
+++ b/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