Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libmenu Improve formatting, fix a typo, bump date for pr...



details:   https://anonhg.NetBSD.org/src/rev/3983b50bb076
branches:  trunk
changeset: 457540:3983b50bb076
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jul 01 07:16:25 2019 +0000

description:
Improve formatting, fix a typo, bump date for previous.

diffstat:

 lib/libmenu/menu_opts.3 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r cfa2d0b90f68 -r 3983b50bb076 lib/libmenu/menu_opts.3
--- a/lib/libmenu/menu_opts.3   Mon Jul 01 02:04:37 2019 +0000
+++ b/lib/libmenu/menu_opts.3   Mon Jul 01 07:16:25 2019 +0000
@@ -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@localhost, brett_lymn%yahoo.com.au@localhost
@@ -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 @@
 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 @@
 .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 .



Home | Main Index | Thread Index | Old Index