From owner-svn-src-all@FreeBSD.ORG Tue Aug 3 19:25:58 2010 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 6FC4D1065673; Tue, 3 Aug 2010 19:25:58 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5E9E28FC16; Tue, 3 Aug 2010 19:25:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o73JPwpS038512; Tue, 3 Aug 2010 19:25:58 GMT (envelope-from bcr@svn.freebsd.org) Received: (from bcr@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o73JPwZR038510; Tue, 3 Aug 2010 19:25:58 GMT (envelope-from bcr@svn.freebsd.org) Message-Id: <201008031925.o73JPwZR038510@svn.freebsd.org> From: Benedict Reuschling Date: Tue, 3 Aug 2010 19:25:58 +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: r210826 - head/share/man/man5 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: Tue, 03 Aug 2010 19:25:58 -0000 Author: bcr (doc committer) Date: Tue Aug 3 19:25:58 2010 New Revision: 210826 URL: http://svn.freebsd.org/changeset/base/210826 Log: Correctly sort usbconfig(8) within the SEE ALSO section. Noticed by: dougb MFC after: 3 days Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5 ============================================================================== --- head/share/man/man5/rc.conf.5 Tue Aug 3 18:29:58 2010 (r210825) +++ head/share/man/man5/rc.conf.5 Tue Aug 3 19:25:58 2010 (r210826) @@ -4279,7 +4279,6 @@ on your system to find this information. .Xr kbdcontrol 1 , .Xr makewhatis 1 , .Xr sh 1 , -.Xr usbconfig 8 , .Xr vi 1 , .Xr vidcontrol 1 , .Xr bridge 4 , @@ -4355,6 +4354,7 @@ on your system to find this information. .Xr sysctl 8 , .Xr syslogd 8 , .Xr timed 8 , +.Xr usbconfig 8 , .Xr wlandebug 8 , .Xr yp 8 , .Xr ypbind 8 ,