diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-03-20 20:13:28 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-03-20 20:13:28 +0000 |
commit | cdf9a189f1030fc78de40e40a16018f1e6ec6506 (patch) | |
tree | 6d57d7388b7d3ffb536d7b80aacc94718829beea /app/cwm | |
parent | 95da70021b2d2c7f4247b805309a56982a987fc5 (diff) |
Fix formatting errors breaking the xenocara mandoc(1) build:
* .Bl may only have .It children
* .SH requires an argument
* blank lines are illegal outside literal context
Now "cd /usr/xenocara && make man" succeeds,
but unfortunately, that covers a minority of X11 manuals only.
ok matthieu@
Diffstat (limited to 'app/cwm')
-rw-r--r-- | app/cwm/cwmrc.5 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/cwm/cwmrc.5 b/app/cwm/cwmrc.5 index e1f0740cd..47b391c2b 100644 --- a/app/cwm/cwmrc.5 +++ b/app/cwm/cwmrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.28 2009/08/24 23:54:41 oga Exp $ +.\" $OpenBSD: cwmrc.5,v 1.29 2010/03/20 20:13:27 schwarze Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 24 2009 $ +.Dd $Mdocdate: March 20 2010 $ .Dt CWMRC 5 .Os .Sh NAME @@ -166,7 +166,6 @@ The should be followed by number: .Pb .Bl -tag -width Ds -offset indent -compact -.Pp .It 1 Left mouse button. .It 2 |