From nobody  Tue Sep  8 05:21:01 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id FAA19282;
          Tue, 8 Sep 1998 05:21:01 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199809081221.FAA19282@hub.freebsd.org>
Date: Tue, 8 Sep 1998 05:21:01 -0700 (PDT)
From: yohta@bres.tsukuba.ac.jp
To: freebsd-gnats-submit@freebsd.org
Subject: nslookup.8 has nroff problem
X-Send-Pr-Version: www-1.0

>Number:         7864
>Category:       docs
>Synopsis:       nslookup.8 has nroff problem
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep  8 05:30:00 PDT 1998
>Closed-Date:    Fri Mar 19 20:51:23 PST 1999
>Last-Modified:  Fri Mar 19 20:51:36 PST 1999
>Originator:     Yoshihiko OHTA
>Release:        FreeBSD 2.2.6-RELEASE i386
>Organization:
University of Tsukuba
>Environment:
3.0-19980827-SNAP
src/contrib/bind/doc/man/nslookup.8
>Description:
These problems may caused by change macro set from "man" to "mdoc".

o .&\\ should be \e (line 115)
o unrecognized problem with .Sy macro (line 116)

    % man nslookup shows:
      it with an escape character (.& .) N.B.: unrecognized command will be
      interpreted as a N.B.:0 0N.B.:1

>How-To-Repeat:
% man nslookup
on recent FreeBSD-current
>Fix:
I suggest following patch to 
src/contrib/bind/doc/man/nslookup.8

--- nslookup.8.orig  Thu Aug 27 21:59:16 1998
+++ nslookup.8.      Tue Sep  8 20:52:52 1998
@@ -111,8 +111,9 @@
 The command line length must be less than 256 characters.
 To treat a built-in command as a host name, 
 precede it with an escape character 
-.Pq .&\\ . 
-.Sy N.B.:  An unrecognized command will be interpreted as a host name.
+.Pq \e
+.Sy N.B.:
+An unrecognized command will be interpreted as a host name.
 .Bl -tag -width "lserver" 
 .It Ar host Op Ar server
 Look up information for 

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: billf 
State-Changed-When: Fri Mar 19 20:51:23 PST 1999 
State-Changed-Why:  
Updated in rev1.2 
>Unformatted:
