diff options
Diffstat (limited to 'lib/libmenu/mitem_opts.3')
-rw-r--r-- | lib/libmenu/mitem_opts.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libmenu/mitem_opts.3 b/lib/libmenu/mitem_opts.3 index bbf39d13347..368d181f9cf 100644 --- a/lib/libmenu/mitem_opts.3 +++ b/lib/libmenu/mitem_opts.3 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: mitem_opts.3,v 1.3 1998/09/17 04:14:47 millert Exp $ +.\" $OpenBSD: mitem_opts.3,v 1.4 1999/01/22 03:45:07 millert Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -29,7 +29,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $From: mitem_opts.3x,v 1.5 1998/08/27 21:21:04 Rick.Ohnemus Exp $ +.\" $From: mitem_opts.3x,v 1.6 1998/11/29 01:12:37 Rick.Ohnemus Exp $ .TH mitem_opts 3 "" .SH NAME \fBmitem_opts\fR - set and get menu item options @@ -54,7 +54,7 @@ others alone. The function \fBitem_opts_off\fR turns off the given option bits, and leaves others alone. -The function \fBitem_opts\fR returns the item's current option bits. +The function \fBitem_opts\fR returns the item's current option bits. There is only one defined option bit mask, \fBO_SELECTABLE\fR. When this is on, the item may be selected during menu processing. This option defaults |