diff options
author | schwarze | 2010-03-20 20:13:27 +0000 |
---|---|---|
committer | schwarze | 2010-03-20 20:13:27 +0000 |
commit | 611c1bc4a75647429fd8d4f212302334743bff02 (patch) | |
tree | 3ff8189b5c5c1d0f5d0fc92d9e838845b6bc1cfb /cwmrc.5 | |
parent | 44f1d87ca93fe43f15f30b19704549c26b550c99 (diff) | |
download | cwm-611c1bc4a75647429fd8d4f212302334743bff02.tar.gz |
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 '')
-rw-r--r-- | cwmrc.5 | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |