]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/form_field_new.3x
ncurses 6.2 - patch 20201017
[ncurses.git] / man / form_field_new.3x
index 18ad3b9dd6fc239df2531e1a94140b76e9bb6b63..9a18da18b85b9ac0967956fa5c9439fc3eca1bf0 100644 (file)
@@ -28,7 +28,7 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: form_field_new.3x,v 1.21 2020/02/02 23:34:34 tom Exp $
+.\" $Id: form_field_new.3x,v 1.23 2020/10/17 23:06:36 tom Exp $
 .TH form_field_new 3X ""
 .SH NAME
 \fBnew_field\fR,
@@ -37,7 +37,7 @@
 \fBfree_field\fR \- create and destroy form fields
 .SH SYNOPSIS
 \fB#include <form.h>\fR
-.br
+.sp
 FIELD *new_field(int height, int width,
                  int toprow, int leftcol,
                  int offscreen, int nbuffers);
@@ -67,9 +67,9 @@ Attribute data is separate.
 .PP
 The function \fBfree_field\fR de-allocates storage associated with a field.
 .SH RETURN VALUE
-The function, \fBnew_field\fR, \fBdup_field\fR, \fBlink_field\fR return
+The functions \fBnew_field\fR, \fBdup_field\fR, \fBlink_field\fR return
 \fBNULL\fR on error.
-They set errno according to their success:
+They set \fBerrno\fP according to their success:
 .TP 5
 .B E_OK
 The routine succeeded.