From bb2834bbb0e66d7aa97d12ce7a33fd2e9d8d808c Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 1 Jul 2019 07:16:25 +0000 Subject: Improve formatting, fix a typo, bump date for previous. --- lib/libmenu/menu_opts.3 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/libmenu') 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 +.Aq Pa menu.h automatically includes both -.Pa +.Aq Pa curses.h and -.Pa . +.Aq Pa eti.h . -- cgit