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>

@@ -15,26 +15,24 @@
 
 \fBint\fR \fBpos_form_cursor\fR(\fBFORM *\fR\fIform\fR);
 .fi
 
 .SH DESCRIPTION
-.sp
 .LP
 \fBpos_form_cursor()\fR moves the form window cursor to the location required
 by the form driver to resume form processing. This may be needed after the
 application calls a \fBcurses\fR library I/O routine.
 .SH RETURN VALUES
-.sp
 .LP
 \fBpos_form_cursor()\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

@@ -61,11 +59,10 @@
 .RS 18n
 The form is not posted.
 .RE
 
 .SH ATTRIBUTES
-.sp
 .LP
 See \fBattributes\fR(5) for descriptions of the following attributes:
 .sp
 
 .sp

@@ -77,13 +74,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\&.