Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2009 21:54:12 GMT
From:      Bob Van Zant <bob@veznat.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/134053: arp(8) manpage should mention ndp(8) in See Also section
Message-ID:  <200904272154.n3RLsCsD056795@www.freebsd.org>
Resent-Message-ID: <200904272200.n3RM0ELw081929@freefall.freebsd.org>

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

>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@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:



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