From owner-freebsd-bugs Sat Feb 6 17:20:21 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA17636 for freebsd-bugs-outgoing; Sat, 6 Feb 1999 17:20:21 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA17551 for ; Sat, 6 Feb 1999 17:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA06456; Sat, 6 Feb 1999 17:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA17462; Sat, 6 Feb 1999 17:19:13 -0800 (PST) (envelope-from nobody) Message-Id: <199902070119.RAA17462@hub.freebsd.org> Date: Sat, 6 Feb 1999 17:19:13 -0800 (PST) From: yohta@bsys.tsukuba.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: gnu/9938: NetBSD *1.4* was not defined in mdoc macro(doc-syms). Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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