diff options
Diffstat (limited to 'man/form_opts.3x')
| -rw-r--r-- | man/form_opts.3x | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/man/form_opts.3x b/man/form_opts.3x index 74a36d2b3d8e..3c92ecc6f4e7 100644 --- a/man/form_opts.3x +++ b/man/form_opts.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2023,2024 Thomas E. Dickey * +.\" Copyright 2018-2024,2025 Thomas E. Dickey * .\" Copyright 1998-2010,2015 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,8 +27,18 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_opts.3x,v 1.34 2024/03/16 15:35:01 tom Exp $ -.TH form_opts 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" +.\" $Id: form_opts.3x,v 1.37 2025/01/19 00:51:10 tom Exp $ +.TH form_opts 3X 2025-01-18 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" +.ie \n(.g \{\ +.ds `` \(lq +.ds '' \(rq +.\} +.el \{\ +.ie t .ds `` `` +.el .ds `` "" +.ie t .ds '' '' +.el .ds '' "" +.\} .SH NAME \fBset_form_opts\fP, \fBform_opts_on\fP, @@ -46,8 +56,8 @@ set and get form options \fBint form_opts_off(FORM *\fIform\fP, Field_Options \fIopts\fP); .fi .SH DESCRIPTION -The function \fBset_form_opts\fP sets all the given form's option bits (form -option bits may be logically-OR'ed together). +The function \fBset_form_opts\fP sets all the given form's option bits +(form option bits may be logically \*(``or\*(''-ed together). .PP The function \fBform_opts_on\fP turns on the given option bits, and leaves others alone. |
