Date: Sat, 6 Feb 1999 17:19:13 -0800 (PST) From: yohta@bsys.tsukuba.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG Subject: gnu/9938: NetBSD *1.4* was not defined in mdoc macro(doc-syms). Message-ID: <199902070119.RAA17462@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 9938
>Category: gnu
>Synopsis: NetBSD *1.4* was not defined in mdoc macro(doc-syms).
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Feb 6 17:20:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator: Yoshihiko OHTA
>Release: FreeBSD 3.0-STABLE(19980203)
>Organization:
University of Tsukuba
>Environment:
FreeBSD mistral.bsys.tsukuba.ac.jp 3.0-STABLE FreeBSD 3.0-STABLE #3: Thu Feb
4 17:02:16 JST 1999 yohta@mistral.bsys.tsukuba.ac.jp:/usr/src/sys/compile/PCG-505R i386
>Description:
usbd(8) or usbdevs(8) may be ported from NetBSD 1.4 and their
man pages was wrote so, and used .Nx macro to write this.
But in current groff version, .Nx macro for NetBSD is defined
only 0.8 to 1.3, and if we use .Nx macro with "1.4", they
will go blank like this:
>How-To-Repeat:
% man 8 usbd
or
% man 8 usbdevs
>Fix:
--- /usr/share/tmac/mdoc/doc-syms.bak Wed Jul 22 17:12:13 1998
+++ /usr/share/tmac/mdoc/doc-syms Sun Feb 7 10:10:52 1999
@@ -195,6 +195,7 @@
. if "\\$1"1.2a" \&\\*(tNNetBSD 1.2A\\*(aa\\$2
. if "\\$1"1.2b" \&\\*(tNNetBSD 1.2B\\*(aa\\$2
. if "\\$1"1.3" \&\\*(tNNetBSD 1.3\\*(aa\\$2
+. if "\\$1"1.4" \&\\*(tNNetBSD 1.4\\*(aa\\$2
.\}
.if \\n(.$==1 \{\
. if "\\$1"0.8" \&\\*(tNNetBSD 0.8\\*(aa
@@ -208,6 +209,7 @@
. if "\\$1"1.2a" \&\\*(tNNetBSD 1.2A\\*(aa
. if "\\$1"1.2b" \&\\*(tNNetBSD 1.2B\\*(aa
. if "\\$1"1.3" \&\\*(tNNetBSD 1.3\\*(aa
+. if "\\$1"1.4" \&\\*(tNNetBSD 1.4\\*(aa
. if "\\$1"." \&\\*(tNNetBSD\\$1\\*(aa
. if "\\$1"," \&\\*(tNNetBSD\\$1\\*(aa
.\}
>Release-Note:
>Audit-Trail:
>Unformatted:
>% uname -r
>3.0-STABLE
>% man usbd
> HISTORY
> The usbd command appeared in(blank)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902070119.RAA17462>
