summaryrefslogtreecommitdiff
path: root/man/menu_opts.3x
diff options
context:
space:
mode:
Diffstat (limited to 'man/menu_opts.3x')
-rw-r--r--man/menu_opts.3x20
1 files changed, 15 insertions, 5 deletions
diff --git a/man/menu_opts.3x b/man/menu_opts.3x
index ad7fe97f348f..fcb9df410d45 100644
--- a/man/menu_opts.3x
+++ b/man/menu_opts.3x
@@ -1,5 +1,5 @@
.\"***************************************************************************
-.\" Copyright 2018-2023,2024 Thomas E. Dickey *
+.\" Copyright 2018-2024,2025 Thomas E. Dickey *
.\" Copyright 1998-2015,2016 Free Software Foundation, Inc. *
.\" *
.\" Permission is hereby granted, free of charge, to any person obtaining a *
@@ -27,8 +27,18 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: menu_opts.3x,v 1.35 2024/03/16 15:35:01 tom Exp $
-.TH menu_opts 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
+.\" $Id: menu_opts.3x,v 1.38 2025/01/19 00:51:10 tom Exp $
+.TH menu_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_menu_opts\fP,
\fBmenu_opts_on\fP,
@@ -46,8 +56,8 @@ set and get menu options
\fBint menu_opts_off(MENU *\fImenu\fP, Menu_Options \fIopts\fP);
.fi
.SH DESCRIPTION
-The function \fBset_menu_opts\fP sets all the given menu's option bits (menu
-option bits may be logically-OR'ed together).
+The function \fBset_menu_opts\fP sets all the given menu's option bits
+(menu option bits may be logically \*(``or\*(''-ed together).
.PP
The function \fBmenu_opts_on\fP turns on the given option bits, and leaves
others alone.