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 | |
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')
-rw-r--r-- | app/cwm/cwmrc.5 | 5 | ||||
-rw-r--r-- | app/fvwm/modules/FvwmForm/FvwmForm.1 | 4 | ||||
-rw-r--r-- | app/ssh-askpass/x11-ssh-askpass.man.in | 2 | ||||
-rw-r--r-- | app/xvctl/xvctl.1 | 4 |
4 files changed, 6 insertions, 9 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 diff --git a/app/fvwm/modules/FvwmForm/FvwmForm.1 b/app/fvwm/modules/FvwmForm/FvwmForm.1 index 1f94d4fae..5f251c3a4 100644 --- a/app/fvwm/modules/FvwmForm/FvwmForm.1 +++ b/app/fvwm/modules/FvwmForm/FvwmForm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: FvwmForm.1,v 1.1 2006/11/26 10:53:46 matthieu Exp $ +.\" $OpenBSD: FvwmForm.1,v 1.2 2010/03/20 20:13:27 schwarze Exp $ .TH FvwmForm 1 .SH NAME FvwmForm - input form module for Fvwm @@ -391,5 +391,3 @@ Copyright Feb 1995, Thomas Zuwei Feng. No guarantees or warantees are provided or implied in any way whatsoever. Use this program at your own risk. Permission to use, modify, and redistribute this program is hereby given, provided that this copyright is kept intact. - -.SH diff --git a/app/ssh-askpass/x11-ssh-askpass.man.in b/app/ssh-askpass/x11-ssh-askpass.man.in index c7161490d..4f47f9b3d 100644 --- a/app/ssh-askpass/x11-ssh-askpass.man.in +++ b/app/ssh-askpass/x11-ssh-askpass.man.in @@ -78,8 +78,8 @@ button discards the pass-phrase, and the dialog exits with non-zero status. .Pp The following keystrokes work as expected: -.Bl -tag -width "[Backspace]" -offset indent -compact .Pp +.Bl -tag -width "[Backspace]" -offset indent -compact .It Bq Backspace .It Bq Delete Erase previous character diff --git a/app/xvctl/xvctl.1 b/app/xvctl/xvctl.1 index 4c97e5f2c..607a34397 100644 --- a/app/xvctl/xvctl.1 +++ b/app/xvctl/xvctl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xvctl.1,v 1.1 2006/11/26 10:59:22 matthieu Exp $ +.\" $OpenBSD: xvctl.1,v 1.2 2010/03/20 20:13:27 schwarze Exp $ .\" .\" Copyright (c) 2001 Marc Espie .\" @@ -58,7 +58,7 @@ allows the user to set them. .Pp For instance, this can be used to change the contrast or brightness of an external video program. - +.Pp The options are as follows: .Bl -tag -width xxx .It Fl d Ar display |