Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2005 18:57:38 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/what what.1 what.c
Message-ID:  <200505121857.j4CIvccJ096037@repoman.freebsd.org>

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



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