]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a flag (-q) which prints no header for the file and which doesn't indent the
authorJuli Mallett <jmallett@FreeBSD.org>
Thu, 12 May 2005 18:57:37 +0000 (18:57 +0000)
committerJuli Mallett <jmallett@FreeBSD.org>
Thu, 12 May 2005 18:57:37 +0000 (18:57 +0000)
commit36f45138fb3dac31694d8b0f01b57b56ec4066bb
treef43a8ddf9a98f0db0060fc9331a7ce46ec6b8311
parent3b7d275a3d7bfd13588e62d2d18045c608d6fa03
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.
usr.bin/what/what.1
usr.bin/what/what.c