Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 1998 05:21:01 -0700 (PDT)
From:      yohta@bres.tsukuba.ac.jp
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   docs/7864: nslookup.8 has nroff problem
Message-ID:  <199809081221.FAA19282@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         7864
>Category:       docs
>Synopsis:       nslookup.8 has nroff problem
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep  8 05:30:00 PDT 1998
>Last-Modified:
>Originator:     Yoshihiko OHTA
>Organization:
University of Tsukuba
>Release:        FreeBSD 2.2.6-RELEASE i386
>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 

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809081221.FAA19282>