summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-02-17 23:35:13 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-02-17 23:35:13 +0000
commit062f6abdb0bfc784ff017329fb5309da304eeba7 (patch)
tree6d04d287468e90006d913e89b04a1b6772a3cd23
parent5a0801cc10a94612f9aaa8c447233adf52af4484 (diff)
The .TP man(7) macro requires text on the following line, to be used as
a label, so having .TP before an .SH section header is a syntax error. Fixing this to unbreak the build with mandoc(1). I will also send this patch upstream. OK nicm@
-rw-r--r--lib/libform/form_field_opts.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libform/form_field_opts.3 b/lib/libform/form_field_opts.3
index 17bc7a1c6a7..9f2724d4ac1 100644
--- a/lib/libform/form_field_opts.3
+++ b/lib/libform/form_field_opts.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_field_opts.3,v 1.10 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_field_opts.3,v 1.11 2010/02/17 23:35:12 schwarze Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. *
@@ -29,7 +29,7 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_field_opts.3,v 1.10 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_field_opts.3,v 1.11 2010/02/17 23:35:12 schwarze Exp $
.TH form_field_opts 3 ""
.SH NAME
\fBform_field_opts\fR - set and get field options
@@ -108,7 +108,6 @@ The field is the current field.
System error occurred (see \fBerrno\fR).
.SH SEE ALSO
\fBcurses\fR(3), \fBform\fR(3).
-.TP 5
.SH NOTES
The header file \fB<form.h>\fR automatically includes the header file
\fB<curses.h>\fR.