Print this page
10067 Miscellaneous man page typos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>
@@ -31,11 +31,10 @@
.nf
\fBint\fR \fBfree_field\fR(\fBFIELD *\fR\fIfield\fR);
.fi
.SH DESCRIPTION
-.sp
.LP
\fBnew_field()\fR creates a new field with \fIr\fR rows and \fIc\fR columns,
starting at \fIfrow\fR, \fIfcol\fR, in the subwindow of a form. \fInrow\fR is
the number of off-screen rows and \fInbuf\fR is the number of additional
working buffers. This routine returns a pointer to the new field.
@@ -51,21 +50,20 @@
changed without affecting the original field.
.sp
.LP
\fBfree_field()\fR frees the storage allocated for \fIfield\fR.
.SH RETURN VALUES
-.sp
.LP
Routines that return pointers return \fINULL\fR on error. \fBfree_field()\fR
returns one of the following:
.sp
.ne 2
.na
\fBE_OK\fR
.ad
.RS 18n
-Thefunction returned successfully.
+The function returned successfully.
.RE
.sp
.ne 2
.na
@@ -92,11 +90,10 @@
.RS 18n
An argument is incorrect.
.RE
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.sp
@@ -108,13 +105,11 @@
_
MT-Level Unsafe
.TE
.SH SEE ALSO
-.sp
.LP
\fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5)
.SH NOTES
-.sp
.LP
The header \fB<form.h>\fR automatically includes the headers \fB<eti.h>\fR and
\fB<curses.h>\fR\&.