From owner-cvs-all Mon Feb 19 6:20:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3699437B4EC; Mon, 19 Feb 2001 06:19:58 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1JEJwe35407; Mon, 19 Feb 2001 06:19:58 -0800 (PST) (envelope-from ru) Message-Id: <200102191419.f1JEJwe35407@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 19 Feb 2001 06:19:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/man man.c man.man X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/02/19 06:19:58 PST Modified files: gnu/usr.bin/man/man man.c man.man Log: Implement one nice feature of original BSD man(1): : As some manual pages are intended only for specific architectures, : man searches any subdirectories, with the same name as the current : architecture, in every directory which it searches. Machine specific : areas are checked before general areas. The current machine type may : be overridden by setting the environment variable MACHINE to the name : of a specific architecture. Revision Changes Path 1.45 +34 -2 src/gnu/usr.bin/man/man/man.c 1.16 +12 -1 src/gnu/usr.bin/man/man/man.man To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message