From owner-svn-src-all@FreeBSD.ORG Thu May 21 02:44:32 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88D75106566C; Thu, 21 May 2009 02:44:32 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5D0948FC19; Thu, 21 May 2009 02:44:32 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n4L2iWO0052163; Thu, 21 May 2009 02:44:32 GMT (envelope-from yongari@svn.freebsd.org) Received: (from yongari@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4L2iW9q052162; Thu, 21 May 2009 02:44:32 GMT (envelope-from yongari@svn.freebsd.org) Message-Id: <200905210244.n4L2iW9q052162@svn.freebsd.org> From: Pyun YongHyeon Date: Thu, 21 May 2009 02:44:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r192514 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 02:44:32 -0000 Author: yongari Date: Thu May 21 02:44:32 2009 New Revision: 192514 URL: http://svn.freebsd.org/changeset/base/192514 Log: nge(4) supports altq(4). Xr altq Modified: head/share/man/man4/nge.4 Modified: head/share/man/man4/nge.4 ============================================================================== --- head/share/man/man4/nge.4 Thu May 21 02:42:15 2009 (r192513) +++ head/share/man/man4/nge.4 Thu May 21 02:44:32 2009 (r192514) @@ -220,6 +220,7 @@ The device has stopped responding to the the network connection (cable). .El .Sh SEE ALSO +.Xr altq 4 , .Xr arp 4 , .Xr miibus 4 , .Xr netintro 4 ,