| Summary: | nsupdate(8) man page is missing nsupdate commands | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Dmitry Kazarov <kazarov> |
| Component: | Books & Articles | Assignee: | Doug Barton <dougb> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->analyzed You're right, I'll take a look at this. Responsible Changed From-To: freebsd-doc->dougb I maintain BIND bits. State Changed From-To: analyzed->patched 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. 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 The fix has been MFC'ed. |
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