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@
This commit is contained in:
parent
e18fcadebe
commit
7ddffd1fa6
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: FvwmForm.1,v 1.1.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
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: xvctl.1,v 1.1.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
|
||||
|
Loading…
Reference in New Issue
Block a user