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/fvwm/modules | |
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/fvwm/modules')
-rw-r--r-- | app/fvwm/modules/FvwmForm/FvwmForm.1 | 4 |
1 files changed, 1 insertions, 3 deletions
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 |