From owner-svn-src-stable-7@FreeBSD.ORG Mon Jun 11 19:05:11 2012 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B0DB1065670; Mon, 11 Jun 2012 19:05:11 +0000 (UTC) (envelope-from issyl0@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 54E1E8FC12; Mon, 11 Jun 2012 19:05:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q5BJ5Bg6004322; Mon, 11 Jun 2012 19:05:11 GMT (envelope-from issyl0@svn.freebsd.org) Received: (from issyl0@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q5BJ5BTs004320; Mon, 11 Jun 2012 19:05:11 GMT (envelope-from issyl0@svn.freebsd.org) Message-Id: <201206111905.q5BJ5BTs004320@svn.freebsd.org> From: Isabell Long Date: Mon, 11 Jun 2012 19:05:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r236907 - stable/7/gnu/usr.bin/man/man X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2012 19:05:11 -0000 Author: issyl0 (doc committer) Date: Mon Jun 11 19:05:10 2012 New Revision: 236907 URL: http://svn.freebsd.org/changeset/base/236907 Log: Partial merge of r213507 from head: In r178993, the ability to view a man page by giving a path to the man page itself was added, but never documented. Subsequently, the GNU-licensed man(1) and its man page were replaced by BSD licensed implementations, and later on this undocumented functionality was also added to the new BSD-licensed man(1), together with documentation. This is a merge of the documentation part of that commit (r213507) into the GNU-licensed man(1) man page in stable/7, in order to document the available functionality. PR: docs/158973 Merge help: bz Approved by: gabor (mentor) Modified: stable/7/gnu/usr.bin/man/man/man.man Directory Properties: stable/7/gnu/usr.bin/man/ (props changed) Modified: stable/7/gnu/usr.bin/man/man/man.man ============================================================================== --- stable/7/gnu/usr.bin/man/man/man.man Mon Jun 11 18:47:26 2012 (r236906) +++ stable/7/gnu/usr.bin/man/man/man.man Mon Jun 11 19:05:10 2012 (r236907) @@ -14,7 +14,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 3, 2005 +.Dd October 7, 2010 .Dt MAN 1 .Os .Sh NAME @@ -233,6 +233,13 @@ printed. Do not actually display the man pages, but do print the location(s) of the files that would be formatted or displayed. .El +.Ss Displaying Specific Manual Files +The +.Nm +utility also supports displaying a specific manual page if passed a path +to the file as long as it contains a +.Sq / +character. .Sh ENVIRONMENT .Bl -tag -width ".Ev MACHINE_ARCH" .It Ev LC_ALL , LC_CTYPE , LANG