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>

@@ -38,11 +38,10 @@
 .nf
 \fBint\fR \fBset_max_field\fR(\fBFIELD *\fR\fIfield\fR, \fBint\fR \fImax\fR);
 .fi
 
 .SH DESCRIPTION
-.sp
 .LP
 \fBset_field_buffer()\fR sets buffer \fIbuf\fR of \fIfield\fR to \fIvalue\fR.
 Buffer 0 stores the displayed contents of the field. Buffers other than 0 are
 application specific and not used by the \fBforms\fR library routines.
 \fBfield_buffer()\fR returns the value of \fIfield\fR buffer \fIbuf\fR.

@@ -55,11 +54,10 @@
 .sp
 .LP
 \fBset_max_field()\fR sets a maximum growth on a dynamic field, or if
 \fImax=\fR\fB0\fR turns off any maximum growth.
 .SH RETURN VALUES
-.sp
 .LP
 \fBfield_buffer()\fR returns \fINULL\fR on error.
 .sp
 .LP
 \fBfield_status()\fR returns \fBTRUE\fR or \fBFALSE\fR.

@@ -71,11 +69,11 @@
 .ne 2
 .na
 \fBE_OK\fR
 .ad
 .RS 18n
-Thefunction returned successfully.
+The function returned successfully.
 .RE
 
 .sp
 .ne 2
 .na

@@ -93,11 +91,10 @@
 .RS 18n
 An argument is incorrect.
 .RE
 
 .SH ATTRIBUTES
-.sp
 .LP
 See \fBattributes\fR(5) for descriptions of the following attributes:
 .sp
 
 .sp

@@ -109,13 +106,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\&.