diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-26 03:59:14 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-26 03:59:14 +0000 |
commit | 65d9e3fdab3ed1511a98387720e59db078fc3d46 (patch) | |
tree | 7fa63a0892e13f7f68f9b6a87154fc3d6a0cce17 /lib/libmenu/menu_opts.3 | |
parent | 4db103e641c472e38eb16ec5885f4ee5cabe750c (diff) |
libmenu from ncurses 4.1. Post 4.1 patches to be applied in a separate commit.
Diffstat (limited to 'lib/libmenu/menu_opts.3')
-rw-r--r-- | lib/libmenu/menu_opts.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmenu/menu_opts.3 b/lib/libmenu/menu_opts.3 index b307936fb74..f5b67b19d90 100644 --- a/lib/libmenu/menu_opts.3 +++ b/lib/libmenu/menu_opts.3 @@ -11,11 +11,11 @@ int menu_opts_on(MENU *menu, OPTIONS opts); .br int menu_opts_off(MENU *menu, OPTIONS opts); .br -OPTIONS menu_opts(MENU *menu); +OPTIONS menu_opts(const MENU *menu); .br .SH DESCRIPTION The function \fBset_menu_opts\fR sets all the given menu's option bits (menu -option bits may be logically-ored together). +option bits may be logically-OR'ed together). The function \fBmenu_opts_on\fR turns on the given option bits, and leaves others alone. |