diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-09-25 21:48:09 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-09-25 21:48:09 +0000 |
commit | 4cd72555cbd8fd11bfc8effa6377efba159a3946 (patch) | |
tree | 5f8b92df80bbe7de51a8deb91a302c66c79dc94b | |
parent | 90f813308dfa8c9e10800b49198d3dc9293682e7 (diff) |
s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -Tlint
-rw-r--r-- | app/cwm/cwmrc.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/cwm/cwmrc.5 b/app/cwm/cwmrc.5 index 6610e2b62..0d3f9c16f 100644 --- a/app/cwm/cwmrc.5 +++ b/app/cwm/cwmrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.33 2010/09/25 20:04:55 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.34 2010/09/25 21:48:08 schwarze Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> .\" @@ -147,7 +147,7 @@ Cause the creation of a mouse binding, or replacement of a default mouse binding. The modifier keys come first, followed by a .Sq - . -.Pb +.Pp The following modifiers are recognised: .Pp .Bl -tag -width Ds -offset indent -compact @@ -164,7 +164,7 @@ The Mod4 key (normally the windows key). The .Sq - should be followed by number: -.Pb +.Pp .Bl -tag -width Ds -offset indent -compact .It 1 Left mouse button. |