Module Name: src Committed By: wiz Date: Mon Jul 1 07:16:25 UTC 2019
Modified Files: src/lib/libmenu: menu_opts.3 Log Message: Improve formatting, fix a typo, bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libmenu/menu_opts.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libmenu/menu_opts.3 diff -u src/lib/libmenu/menu_opts.3:1.10 src/lib/libmenu/menu_opts.3:1.11 --- src/lib/libmenu/menu_opts.3:1.10 Sun Jun 30 22:17:46 2019 +++ src/lib/libmenu/menu_opts.3 Mon Jul 1 07:16:25 2019 @@ -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 - bl...@baea.com.au, brett_l...@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 .