From nobody  Sat Feb  6 17:19:13 1999
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
Subject: NetBSD *1.4* was not defined in mdoc macro(doc-syms).
X-Send-Pr-Version: www-1.0

>Number:         9938
>Category:       docs
>Synopsis:       NetBSD *1.4* was not defined in mdoc macro(doc-syms).
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb  6 17:20:01 PST 1999
>Closed-Date:    Sun Jun 6 05:04:13 PDT 1999
>Last-Modified:  Sat Mar 16 02:15:47 UTC 2013
>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:

From: Bill Fenner <fenner@parc.xerox.com>
To: yohta@bsys.tsukuba.ac.jp
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: gnu/9938: NetBSD *1.4* was not defined in mdoc macro(doc-syms). 
Date: Tue, 9 Feb 1999 00:41:25 PST

 It's probably more appropriate to make similar changes to .Nx as
 were suggested for .Fx earlier in FreeBSD-bugs, so that we don't
 have to track changes other than exceptions.
 
   Bill

From: Nick Hibma <nick.hibma@jrc.it>
To: freebsd-gnats-submit@freebsd.org, yohta@bsys.tsukuba.ac.jp,
	Bill Fenner <fenner@parc.xerox.com>
Cc:  
Subject: Re: gnu/9938: NetBSD *1.4* was not defined in mdoc macro(doc-syms).
Date: Sun, 06 Jun 1999 13:58:23 +0200

 This problem seems to have been solved (I cannot access any repository
 but it looks like Bill's suggestion has been implemented).
 
 On a 4.0-CURRENT machine I get
 
 %man usbd
 ...
 HISTORY
      The usbd command appeared in NetBSD 1.4.
 
 
 Shall we close the PR?
 
 Nick
 
State-Changed-From-To: open->closed 
State-Changed-By: n_hibma 
State-Changed-When: Sun Jun 6 05:04:13 PDT 1999 
State-Changed-Why:  
Bill Fenner's e-mail address is invalid, so I assume that he does not mind 
if I take over this one. :-) 

From: yohta@bsys.tsukuba.ac.jp (Yoshihiko OHTA)
To: nick.hibma@jrc.it
Cc: freebsd-gnats-submit@freebsd.org, fenner@parc.xerox.com
Subject: Re: gnu/9938: NetBSD *1.4* was not defined in mdoc macro(doc-syms).
Date: Mon, 7 Jun 1999 23:54:57 +0900 (JST)

 nick.hibma@jrc.it wrote:
 
 > This problem seems to have been solved (I cannot access any repository
 > but it looks like Bill's suggestion has been implemented).
 > 
 > On a 4.0-CURRENT machine I get
 >      The usbd command appeared in NetBSD 1.4.
 
 > Shall we close the PR?
 
   Sorry, I neally forgot that I send the PR :-)
   I am using FreeBSD 3.1-stable(early in May) for these weeks,
 but I've never check the problem. In my environment, "1.4" was
 appeared in usbd(8) too.
 
   I have no reason not to close the PR. Please close it.
   Thank you for your imform.
 
 Yoshihiko.
 
>Unformatted:
  
 
 
 Seems to be solved in 4.0-CURRENT (doc-syms to handle any version of
 NetBSD now).
 
 
 Misfiles PR. gnu should be docs
 
 
 >% uname -r
 >3.0-STABLE
 >% man usbd
 > HISTORY
 >      The usbd command appeared in(blank)
 
