cvs commit: src/usr.bin/what what.1 what.c

Juli Mallett jmallett at FreeBSD.org
Thu May 12 11:57:38 PDT 2005


jmallett    2005-05-12 18:57:38 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/what         what.1 what.c 
  Log:
  Add a flag (-q) which prints no header for the file and which doesn't indent the
  match text; it also doesn't warn() for files which can't be opened.  Remove
  global variables.  Use bool.  fopen(3) the files instead of freopen(3)ing stdin.
  
  Revision  Changes    Path
  1.18      +8 -1      src/usr.bin/what/what.1
  1.11      +53 -32    src/usr.bin/what/what.c


More information about the cvs-all mailing list