diff options
author | 1999-05-08 20:28:57 +0000 | |
---|---|---|
committer | 1999-05-08 20:28:57 +0000 | |
commit | ed0e49f07449f40f6ae9cd77a8444e966ebf6510 (patch) | |
tree | d1539776949f58f9bf9687213bdd1659cdda09f5 /lib/libform/form_field_buffer.3 | |
parent | Typo/anachronism; kwesterback@home.com. (diff) | |
download | wireguard-openbsd-ed0e49f07449f40f6ae9cd77a8444e966ebf6510.tar.xz wireguard-openbsd-ed0e49f07449f40f6ae9cd77a8444e966ebf6510.zip |
ncurses-4.2-990424
Diffstat (limited to 'lib/libform/form_field_buffer.3')
-rw-r--r-- | lib/libform/form_field_buffer.3 | 6 |
1 files changed, 3 insertions, 3 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 |