From owner-svn-src-stable@FreeBSD.ORG Mon Jun 11 19:09:55 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C8DE106564A; Mon, 11 Jun 2012 19:09:55 +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 770188FC18; Mon, 11 Jun 2012 19:09:55 +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 q5BJ9tcY004551; Mon, 11 Jun 2012 19:09:55 GMT (envelope-from issyl0@svn.freebsd.org) Received: (from issyl0@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q5BJ9tO8004549; Mon, 11 Jun 2012 19:09:55 GMT (envelope-from issyl0@svn.freebsd.org) Message-Id: <201206111909.q5BJ9tO8004549@svn.freebsd.org> From: Isabell Long Date: Mon, 11 Jun 2012 19:09:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r236908 - stable/8/gnu/usr.bin/man/man X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2012 19:09:55 -0000 Author: issyl0 (doc committer) Date: Mon Jun 11 19:09:55 2012 New Revision: 236908 URL: http://svn.freebsd.org/changeset/base/236908 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/8, in order to document the available functionality. PR: docs/158973 Merge help: bz Approved by: gabor (mentor) Modified: stable/8/gnu/usr.bin/man/man/man.man Directory Properties: stable/8/gnu/usr.bin/man/ (props changed) Modified: stable/8/gnu/usr.bin/man/man/man.man ============================================================================== --- stable/8/gnu/usr.bin/man/man/man.man Mon Jun 11 19:05:10 2012 (r236907) +++ stable/8/gnu/usr.bin/man/man/man.man Mon Jun 11 19:09:55 2012 (r236908) @@ -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