From nobody@FreeBSD.org  Sat May 27 12:54:58 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8FC4316ADED
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 27 May 2006 12:54:58 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 607F443D48
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 27 May 2006 12:54:58 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k4RCswEQ039659
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 27 May 2006 12:54:58 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k4RCswUt039658;
	Sat, 27 May 2006 12:54:58 GMT
	(envelope-from nobody)
Message-Id: <200605271254.k4RCswUt039658@www.freebsd.org>
Date: Sat, 27 May 2006 12:54:58 GMT
From: Dmitry Kazarov <kazarov@ttk.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: nslookup(8) man page is missing nslookup commands
X-Send-Pr-Version: www-2.3

>Number:         98009
>Category:       docs
>Synopsis:       nsupdate(8) man page is missing nsupdate commands
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dougb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 27 13:00:31 GMT 2006
>Closed-Date:    Tue Dec 19 18:30:46 GMT 2006
>Last-Modified:  Tue Dec 19 18:30:46 GMT 2006
>Originator:     Dmitry Kazarov
>Release:        FreeBSD 6.x
>Organization:
--
>Environment:
>Description:
In nsupdate man page comands are defined with improper macros:

The command formats and their meaning are as follows:
.TP
.HP 7 \fBserver\fR {servername} [port]
Sends all dynamic update requests to the name server
\fIservername\fR. When no server statement is provided,
\fBnsupdate\fR

And they are missing in resulting page:
      The command formats and their meaning are as follows:

	      Sends all dynamic update requests to the name server
	      servername. When no server statement is provided, nsupdate will
which should look like
      The command formats and their meaning are as follows:

      server {servername} [port]
	      Sends all dynamic update requests to the name server
	      servername. When no server statement is provided, nsupdate will

>How-To-Repeat:
Just look at
http://www.freebsd.org/cgi/man.cgi?query=nsupdate&apropos=0&sektion=0&manpath=FreeBSD+6.1-RELEASE&format=html
>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: dougb 
State-Changed-When: Sat May 27 19:24:24 UTC 2006 
State-Changed-Why:  

You're right, I'll take a look at this. 


Responsible-Changed-From-To: freebsd-doc->dougb 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Sat May 27 19:24:24 UTC 2006 
Responsible-Changed-Why:  

I maintain BIND bits. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98009 
State-Changed-From-To: analyzed->patched 
State-Changed-By: dougb 
State-Changed-When: Fri Dec 15 17:58:34 UTC 2006 
State-Changed-Why:  

This is fixed in HEAD. I'll be asking for permission to 
MFC this in time for 6.2-RELEASE, and I'll get it into 
RELENG_[56] too. I also plan to submit this fix to the 
BIND developers. 

Thanks for bringing this to my attention. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98009 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/98009: commit references a PR
Date: Fri, 15 Dec 2006 18:02:35 +0000 (UTC)

 dougb       2006-12-15 18:02:20 UTC
 
   FreeBSD src repository
 
   Modified files:
     usr.bin/nslookup     Makefile 
     usr.bin/nsupdate     Makefile 
   Log:
   Fix the problem with the nsupdate(8) man page reported
   in the PR by removing spurious .HP tags, thereby actually
   allowing the commands to show up in the man page output,
   and making the style consistent with the nslookup(1) man
   page. [1]
   
   While I'm here, fix the markup on the first command reference
   in nslookup(1).
   
   PR:             docs/98009 [1]
   Submitted by:   Dmitry Kazarov <kazarov@ttk.ru>
   
   Revision  Changes    Path
   1.6       +2 -0      src/usr.bin/nslookup/Makefile
   1.6       +2 -1      src/usr.bin/nsupdate/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: dougb 
State-Changed-When: Tue Dec 19 18:30:08 UTC 2006 
State-Changed-Why:  

The fix has been MFC'ed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98009 
>Unformatted:
