Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2001 06:19:58 -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 man.man
Message-ID:  <200102191419.f1JEJwe35407@freefall.freebsd.org>

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




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