Subject: bin/17007: menuc(1) manpage uses .Na instead of .Nm
To: None <gnats-bugs@gnats.netbsd.org>
From: Martin Weber <Ephaeton@gmx.net>
List: netbsd-bugs
Date: 05/24/2002 21:44:13
>Number: 17007
>Category: bin
>Synopsis: menuc(1) manpage uses .Na where .Nm is (supposedly) wanted
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: bin-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Fri May 24 12:46:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Martin Weber
>Release: NetBSD 1.5ZC
>Organization:
Entropie Erlangen
>Environment:
System: NetBSD phaeton.entropie.net 1.5ZC NetBSD 1.5ZC (PHAETON) #0: Sun Apr 7 17:12:09 CEST 2002 root@phaeton.entropie.net:/usr/src/sys/arch/i386/compile/PHAETON i386
ident /usr/src/usr.bin/menuc/menuc.1
/usr/src/usr.bin/menuc/menuc.1:
$NetBSD: menuc.1,v 1.9 2002/03/21 05:15:39 phil Exp $
Architecture: i386
Machine: i386
>Description:
the manpage of menuc(1) displays NaN in three places,
because it uses .Na item where (I suppose) .Nm item
was meant to be.
>How-To-Repeat:
man menuc, search for process_menu and look at the line below it,
or look at the example (first paragraph there)
>Fix:
Apply this:
--- /usr/src/usr.bin/menuc/menuc.1 Thu Mar 21 06:15:39 2002
+++ menuc.1 Fri May 24 21:24:16 2002
@@ -226,7 +226,7 @@
.Dl process_menu (MENU_foo) ;
.Pp
The options are a comma separated list of options as in the
-.Na default
+.Nm default
declaration. These override the options from the most
recent default declaration.
.Pp
@@ -396,10 +396,10 @@
.Sh EXAMPLES
The following is a simple menu definition file.
It is complete in that the output of
-.Na menuc
+.Nm menuc
may be compiled into a complete program. For example,
if the following was in a file called
-.Na example.mc ,
+.Nm example.mc ,
an executable program could be produced by the following
commands.
.Bd -literal -offset indent
>Release-Note:
>Audit-Trail:
>Unformatted: