From owner-cvs-all Thu Feb 15 11: 1:49 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 8D7B237B491; Thu, 15 Feb 2001 11:01:43 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FJ1ht56311; Thu, 15 Feb 2001 11:01:43 -0800 (PST) (envelope-from ru) Message-Id: <200102151901.f1FJ1ht56311@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 15 Feb 2001 11:01:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/man man.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/02/15 11:01:41 PST Modified files: gnu/usr.bin/man/man man.c Log: Do not ever try to look into nonexisting locale subdirectories. (is_directory() returns -1 if the file does not exist, 1 if it is a directory or a symlink to a directory, and 0 otherwise.) Revision Changes Path 1.44 +7 -7 src/gnu/usr.bin/man/man/man.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message