Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2001 11:01:43 -0800 (PST)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/man/man man.c
Message-ID:  <200102151901.f1FJ1ht56311@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102151901.f1FJ1ht56311>