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,48 ****
.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.
--- 38,47 ----
*** 55,65 ****
.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.
--- 54,63 ----
*** 71,81 ****
.ne 2
.na
\fBE_OK\fR
.ad
.RS 18n
! Thefunction returned successfully.
.RE
.sp
.ne 2
.na
--- 69,79 ----
.ne 2
.na
\fBE_OK\fR
.ad
.RS 18n
! The function returned successfully.
.RE
.sp
.ne 2
.na
*** 93,103 ****
.RS 18n
An argument is incorrect.
.RE
.SH ATTRIBUTES
- .sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.sp
--- 91,100 ----
*** 109,121 ****
_
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\&.
--- 106,116 ----