summaryrefslogtreecommitdiff
path: root/lib/libform
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-05-08 20:29:05 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-05-08 20:29:05 +0000
commit8c95f4f8701e20bcf4f2aae69d754eacd843863a (patch)
treeb355b83f3d9277f0a7cf78837d36a3eb50282aaf /lib/libform
parent0084ba11e5e602ab257ba70015fbc2e4b3d8ce98 (diff)
ncurses-4.2-990424
Diffstat (limited to 'lib/libform')
-rw-r--r--lib/libform/form_field_buffer.36
-rw-r--r--lib/libform/form_win.36
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libform/form_field_buffer.3 b/lib/libform/form_field_buffer.3
index 9a8ae5b6bc5..9a347eb4737 100644
--- a/lib/libform/form_field_buffer.3
+++ b/lib/libform/form_field_buffer.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_field_buffer.3,v 1.8 1999/01/22 03:30:53 millert Exp $
+.\" $OpenBSD: form_field_buffer.3,v 1.9 1999/05/08 20:29:03 millert Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -29,7 +29,7 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $From: form_field_buffer.3x,v 1.6 1998/11/29 01:06:10 Rick.Ohnemus Exp $
+.\" $From: form_field_buffer.3x,v 1.7 1999/04/04 00:22:24 tom Exp $
.TH form_field_buffer 3 ""
.SH NAME
\fBform_field_buffer\fR - field buffer control
@@ -51,7 +51,7 @@ The function \fBset_field_buffer\fR sets the numbered buffer of the given field
to contain a given string. Buffer 0 is the displayed value of the field; other
numbered buffers may be allocated by applications through the \fBnbuf\fR
argument of (see \fBform_field_new\fR(3)) but are not manipulated by the forms
-library. The function \fBfield_buffer\fR returns the foreground attribute.
+library. The function \fBfield_buffer\fR returns the address of the buffer.
The function \fBset_field_status\fR sets the associated status flag of
\fIfield\fR; \fBfield_status\fR gets the current value. The status flag
diff --git a/lib/libform/form_win.3 b/lib/libform/form_win.3
index ed0ddad6464..da9faf1de8a 100644
--- a/lib/libform/form_win.3
+++ b/lib/libform/form_win.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_win.3,v 1.7 1999/01/22 03:30:54 millert Exp $
+.\" $OpenBSD: form_win.3,v 1.8 1999/05/08 20:29:03 millert Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -29,7 +29,7 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $From: form_win.3x,v 1.7 1998/11/29 01:09:02 Rick.Ohnemus Exp $
+.\" $From: form_win.3x,v 1.8 1999/04/10 23:36:08 tom Exp $
.TH form_win 3 ""
.SH NAME
\fBform_win\fR - make and break form window and subwindow associations
@@ -58,7 +58,7 @@ In the \fBset_\fR functions, window argument of \fBNULL\fR is treated as though
it were \fBstsdcr\fR. A form argument of \fBNULL\fR is treated as a request
to change the system default form window or subwindow.
-The function \fBscale_window\fR returns the minimum size required for the
+The function \fBscale_form\fR returns the minimum size required for the
subwindow of \fIform\fR.
.SH RETURN VALUE
Routines that return pointers return \fBNULL\fR on error. Routines that return