From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 06:34:57 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A9041065672 for ; Thu, 7 Oct 2010 06:34:57 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1F1F78FC14 for ; Thu, 7 Oct 2010 06:34:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o976YvIg088411 for ; Thu, 7 Oct 2010 06:34:57 GMT (envelope-from gordon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o976Yu9N088410 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 06:34:57 GMT (envelope-from gordon@repoman.freebsd.org) Message-Id: <201010070634.o976Yu9N088410@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gordon@repoman.freebsd.org using -f From: Gordon Tetlow Date: Thu, 7 Oct 2010 06:34:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/man man.1 man.sh X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2010 06:34:57 -0000 gordon 2010-10-07 06:34:47 UTC FreeBSD src repository Modified files: usr.bin/man man.1 man.sh Log: SVN rev 213507 on 2010-10-07 06:34:47Z by gordon Add the ability to display specific manual pages if passed on the commandline. This mirrors the old (undocumented) GNU man functionality. Also document this feature in the implementation notes section of the manpage. Submitted by: arundel Approved by: wes (mentor implicit) Revision Changes Path 1.5 +7 -0 src/usr.bin/man/man.1 1.4 +14 -0 src/usr.bin/man/man.sh