summaryrefslogtreecommitdiff
path: root/lib/libmenu
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2000-11-07 06:43:24 +0000
committerlukem <lukem@NetBSD.org>2000-11-07 06:43:24 +0000
commit279552d3db7dbbd2034249fe9e94cfc152f162d6 (patch)
tree602c62d1dbfaebd93db58c990211d0f1fec4fbb5 /lib/libmenu
parent5929990d15578c1a6d535ccea04c6bab2f93a937 (diff)
fix up various .Nm abuses:
- keep the case consistent between the actual name and what's referenced. e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence. - remove unnecessary `.Nm foo' after the first occurrence (except for using `.Nm ""' if there's stuff following, or for the 2nd and so on occurrences in a SYNOPSIS - use Sx, Ic, Li, Em, Sq, and Xr as appropriate
Diffstat (limited to 'lib/libmenu')
-rw-r--r--lib/libmenu/menus.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmenu/menus.3 b/lib/libmenu/menus.3
index 41282f0e8c5..da14049c96f 100644
--- a/lib/libmenu/menus.3
+++ b/lib/libmenu/menus.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: menus.3,v 1.2 1999/11/24 12:43:19 kleink Exp $
+.\" $NetBSD: menus.3,v 1.3 2000/11/07 06:43:24 lukem Exp $
.\"
.\" Copyright (c) 1999
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
@@ -33,7 +33,7 @@
.Dt MENUS 3
.Os BSD 4
.Sh NAME
-.Nm Menus
+.Nm menu
.Nd menu library
.Sh LIBRARY
.Lb libmenu