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,41 ****
.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.
--- 31,40 ----
*** 51,71 ****
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.
.RE
.sp
.ne 2
.na
--- 50,69 ----
changed without affecting the original field.
.sp
.LP
\fBfree_field()\fR frees the storage allocated for \fIfield\fR.
.SH RETURN VALUES
.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
! The function returned successfully.
.RE
.sp
.ne 2
.na
*** 92,102 ****
.RS 18n
An argument is incorrect.
.RE
.SH ATTRIBUTES
- .sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.sp
--- 90,99 ----
*** 108,120 ****
_
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\&.
--- 105,115 ----