summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep/util.c
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2010-07-29 18:02:57 +0000
committergabor <gabor@FreeBSD.org>2010-07-29 18:02:57 +0000
commit32773dc6ee3f0d5e900ca06397917b0542c56d12 (patch)
treea2b75c216ccd1af2b496bc8500444d18da4b2b05 /usr.bin/grep/util.c
parent7a37e08cf0fb6f58b3cde2d1bc1484799d821090 (diff)
downloadFreeBSD-src-32773dc6ee3f0d5e900ca06397917b0542c56d12.zip
FreeBSD-src-32773dc6ee3f0d5e900ca06397917b0542c56d12.tar.gz
- Some minor changes to the messages to increase usefulness of error msgs
Reviewed by: hrs (Japanese catalogs), pluknet <pluknet at gmail dot com> (Russian catalog) Approved by: delphij (mentor)
Diffstat (limited to 'usr.bin/grep/util.c')
-rw-r--r--usr.bin/grep/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/grep/util.c b/usr.bin/grep/util.c
index 95a68b3..9618dea 100644
--- a/usr.bin/grep/util.c
+++ b/usr.bin/grep/util.c
@@ -260,7 +260,7 @@ procfile(const char *fn)
printf("%s\n", fn);
if (c && !cflag && !lflag && !Lflag &&
binbehave == BINFILE_BIN && f->binary && !qflag)
- printf(getstr(9), fn);
+ printf(getstr(8), fn);
free(ln.file);
free(f);
OpenPOWER on IntegriCloud