diff options
| author | wiz <wiz@NetBSD.org> | 2019-07-01 07:16:25 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2019-07-01 07:16:25 +0000 |
| commit | bb2834bbb0e66d7aa97d12ce7a33fd2e9d8d808c (patch) | |
| tree | e08fc4d1988f191c51bc0125c1da9d5858823baf /lib/libmenu | |
| parent | d15df4f5008268094dd53ff90ff52c57ed6014d5 (diff) | |
Improve formatting, fix a typo, bump date for previous.
Diffstat (limited to 'lib/libmenu')
| -rw-r--r-- | lib/libmenu/menu_opts.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libmenu/menu_opts.3 b/lib/libmenu/menu_opts.3 index 698481ef6a6..c22e2f483b5 100644 --- a/lib/libmenu/menu_opts.3 +++ b/lib/libmenu/menu_opts.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: menu_opts.3,v 1.10 2019/06/30 22:17:46 blymn Exp $ +.\" $NetBSD: menu_opts.3,v 1.11 2019/07/01 07:16:25 wiz Exp $ .\" .\" Copyright (c) 1999 .\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd September 10, 1999 +.Dd June 30, 2019 .Dt MENU_OPTS 3 .Os .Sh NAME @@ -69,9 +69,9 @@ Options may be logigally ORed together. Valid options are: .Bl -column -offset indent ".Sy Option" ".Sy Meaning" .It Sy Option Ta Sy Meaning -.It O_ONEVALUE Ta The menu may only have one item selected at a time. +.It Dv O_ONEVALUE Ta The menu may only have one item selected at a time. The menu mark will indicate the current item. -If this option is off then muliple menu items may be selected and +If this option is off then multiple menu items may be selected and the menu mark will be displayed on each selected item. .El .Sh RETURN VALUES @@ -90,8 +90,8 @@ The menu is already posted. .Xr menus 3 .Sh NOTES The header -.Pa <menu.h> +.Aq Pa menu.h automatically includes both -.Pa <curses.h> +.Aq Pa curses.h and -.Pa <eti.h> . +.Aq Pa eti.h . |
