From owner-freebsd-doc@FreeBSD.ORG Mon Apr 27 22:00:16 2009 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 903B710656A8 for ; Mon, 27 Apr 2009 22:00:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B60DA8FC29 for ; Mon, 27 Apr 2009 22:00:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3RM0EMn081930 for ; Mon, 27 Apr 2009 22:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3RM0ELw081929; Mon, 27 Apr 2009 22:00:14 GMT (envelope-from gnats) Resent-Date: Mon, 27 Apr 2009 22:00:14 GMT Resent-Message-Id: <200904272200.n3RM0ELw081929@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bob Van Zant Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44C9B1065672 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/134053: arp(8) manpage should mention ndp(8) in See Also section X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2009 22:00:17 -0000 >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: