From owner-svn-src-all@FreeBSD.ORG Tue Oct 5 20:39:37 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 5F302106566C; Tue, 5 Oct 2010 20:39:37 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F271B8FC17; Tue, 5 Oct 2010 20:39:36 +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 o95KdaTR070788; Tue, 5 Oct 2010 20:39:36 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o95KdaUi070786; Tue, 5 Oct 2010 20:39:36 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <201010052039.o95KdaUi070786@svn.freebsd.org> From: Christian Brueffer Date: Tue, 5 Oct 2010 20:39:36 +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: r213460 - head/usr.bin/man 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, 05 Oct 2010 20:39:37 -0000 Author: brueffer Date: Tue Oct 5 20:39:36 2010 New Revision: 213460 URL: http://svn.freebsd.org/changeset/base/213460 Log: SEE ALSO should sorted by manpage section first. Modified: head/usr.bin/man/manpath.1 Modified: head/usr.bin/man/manpath.1 ============================================================================== --- head/usr.bin/man/manpath.1 Tue Oct 5 18:47:51 2010 (r213459) +++ head/usr.bin/man/manpath.1 Tue Oct 5 20:39:36 2010 (r213460) @@ -119,5 +119,5 @@ Local configuration files. .Sh SEE ALSO .Xr apropos 1 , .Xr man 1 , -.Xr man.conf 5 , -.Xr whatis 1 +.Xr whatis 1 , +.Xr man.conf 5