| Summary: | [patch] arp(8) manpage should mention ndp(8) in See Also section | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Bob Van Zant <bob> | ||||
| Component: | Books & Articles | Assignee: | Daniel Gerzo <danger> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->patched - ndp(8) added to the SEE ALSO section - Awaiting MFC Thank you for your submission! Author: danger (doc committer) Date: Tue Apr 28 20:23:58 2009 New Revision: 191635 URL: http://svn.freebsd.org/changeset/base/191635 Log: - xref ndp(8) PR: docs/134053 Submitted by: Bob Van Zant <bob@veznat.com> MFC after: 1 week Modified: head/usr.sbin/arp/arp.8 Modified: head/usr.sbin/arp/arp.8 ============================================================================== --- head/usr.sbin/arp/arp.8 Tue Apr 28 20:20:13 2009 (r191634) +++ head/usr.sbin/arp/arp.8 Tue Apr 28 20:23:58 2009 (r191635) @@ -193,7 +193,8 @@ character will mark the rest of the line .Sh SEE ALSO .Xr inet 3 , .Xr arp 4 , -.Xr ifconfig 8 +.Xr ifconfig 8 , +.Xr ndp 8 .Sh HISTORY The .Nm _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" Responsible Changed From-To: freebsd-doc->danger Track State Changed From-To: patched->closed MFCd to stable/7. Author: gjb (doc committer) Date: Fri Jun 10 23:52:53 2011 New Revision: 222963 URL: http://svn.freebsd.org/changeset/base/222963 Log: MFC 191635 [1]: - xref ndp(8) PR: 134053 Original commit by: danger [1] Modified: stable/7/usr.sbin/arp/arp.8 Directory Properties: stable/7/usr.sbin/arp/ (props changed) Modified: stable/7/usr.sbin/arp/arp.8 ============================================================================== --- stable/7/usr.sbin/arp/arp.8 Fri Jun 10 23:42:49 2011 (r222962) +++ stable/7/usr.sbin/arp/arp.8 Fri Jun 10 23:52:53 2011 (r222963) @@ -193,7 +193,8 @@ character will mark the rest of the line .Sh SEE ALSO .Xr inet 3 , .Xr arp 4 , -.Xr ifconfig 8 +.Xr ifconfig 8 , +.Xr ndp 8 .Sh HISTORY The .Nm _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" |
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. Fix: Patch attached with submission follows: How-To-Repeat: man arp