X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fform_field_opts.3x;h=b47a50997a82a68e39cedeb3c87d247b1fba80f2;hb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff;hp=87449f224993d577f3b27096eae7cc5292264d7b;hpb=027ae42953e3186daed8f3882da73de48291b606;p=ncurses.git diff --git a/man/form_field_opts.3x b/man/form_field_opts.3x index 87449f22..b47a5099 100644 --- a/man/form_field_opts.3x +++ b/man/form_field_opts.3x @@ -1,6 +1,6 @@ '\" t .\"*************************************************************************** -.\" Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2007,2010 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -27,20 +27,20 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_field_opts.3x,v 1.12 2006/11/04 17:12:00 tom Exp $ +.\" $Id: form_field_opts.3x,v 1.15 2010/07/31 14:49:44 tom Exp $ .TH form_field_opts 3X "" .SH NAME -\fBform_field_opts\fR - set and get field options +\fBform_field_opts\fR \- set and get field options .SH SYNOPSIS \fB#include \fR .br -int set_field_opts(FIELD *field, OPTIONS opts); +int set_field_opts(FIELD *field, Field_Options opts); .br -int field_opts_on(FIELD *field, OPTIONS opts); +int field_opts_on(FIELD *field, Field_Options opts); .br -int field_opts_off(FIELD *field, OPTIONS opts); +int field_opts_off(FIELD *field, Field_Options opts); .br -OPTIONS field_opts(const FIELD *field); +Field_Options field_opts(const FIELD *field); .br .SH DESCRIPTION The function \fBset_field_opts\fR sets all the given field's option bits (field @@ -106,7 +106,6 @@ The field is the current field. System error occurred (see \fBerrno\fR). .SH SEE ALSO \fBcurses\fR(3X), \fBform\fR(3X). -.TP 5 .SH NOTES The header file \fB\fR automatically includes the header file \fB\fR.