From nobody@FreeBSD.org  Mon Apr 27 21:54:13 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 44C9B1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 27 Apr 2009 21:54:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 335138FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 27 Apr 2009 21:54:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n3RLsCMm056803
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 27 Apr 2009 21:54:12 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n3RLsCsD056795;
	Mon, 27 Apr 2009 21:54:12 GMT
	(envelope-from nobody)
Message-Id: <200904272154.n3RLsCsD056795@www.freebsd.org>
Date: Mon, 27 Apr 2009 21:54:12 GMT
From: Bob Van Zant <bob@veznat.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: arp(8) manpage should mention ndp(8) in See Also section
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         134053
>Category:       docs
>Synopsis:       [patch] arp(8) manpage should mention ndp(8) in See Also section
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    danger
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 27 22:00:14 UTC 2009
>Closed-Date:    Fri Jun 10 23:53:12 UTC 2011
>Last-Modified:  Sat Jun 11 00:00:24 UTC 2011
>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:
State-Changed-From-To: open->patched 
State-Changed-By: danger 
State-Changed-When: Tue Apr 28 20:24:06 UTC 2009 
State-Changed-Why:  
- ndp(8) added to the SEE ALSO section 
- Awaiting MFC 
Thank you for your submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134053 
Responsible-Changed-From-To: freebsd-doc->danger 
Responsible-Changed-By: danger 
Responsible-Changed-When: Tue Apr 28 20:27:11 UTC 2009 
Responsible-Changed-Why:  
Track 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/134053: commit references a PR
Date: Tue, 28 Apr 2009 20:24:12 +0000 (UTC)

 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"
 
State-Changed-From-To: patched->closed 
State-Changed-By: gjb 
State-Changed-When: Fri Jun 10 23:53:01 UTC 2011 
State-Changed-Why:  
MFCd to stable/7. 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/134053: commit references a PR
Date: Fri, 10 Jun 2011 23:53:03 +0000 (UTC)

 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"
 
>Unformatted:
