docs/134053: arp(8) manpage should mention ndp(8) in See Also section
Bob Van Zant
bob at veznat.com
Mon Apr 27 22:00:17 UTC 2009
>Number: 134053
>Category: docs
>Synopsis: arp(8) manpage should mention ndp(8) in See Also section
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Apr 27 22:00:14 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Bob Van Zant
>Release: 7.1
>Organization:
>Environment:
FreeBSD router.home.veznat.com 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #4: Wed Apr 1 22:46:58 PDT 2009 root at router.home.veznat.com:/usr/obj/usr/src/sys/BOB i386
>Description:
The manpage for arp(8) doesn't mention the equivalent command for IPv6 environments, ndp(8):
SEE ALSO
inet(3), arp(4), ifconfig(8)
This makes finding the equivalent command a bit hard to find. As an admin I was aware of arp but had a lot of trouble finding ndp. If the SEE ALSO section had contained ndp as a reference I would have found it right away.
>How-To-Repeat:
man arp
>Fix:
Patch attached with submission follows:
--- arp.8.orig 2009-04-27 14:35:50.000000000 -0700
+++ arp.8 2009-04-27 14:36:50.000000000 -0700
@@ -193,9 +193,10 @@
.El
.Sh SEE ALSO
.Xr inet 3 ,
.Xr arp 4 ,
-.Xr ifconfig 8
+.Xr ifconfig 8 ,
+.Xr ndp 8
.Sh HISTORY
The
.Nm
utility appeared in
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list