From a0400902cd624a12b14235c0a937caf4370c124e Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Mon, 2 Sep 1991 00:47:43 -0800 Subject: [PATCH] typo SCCS-vsn: usr.bin/strings/strings.c 5.11 --- usr/src/usr.bin/strings/strings.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.bin/strings/strings.c b/usr/src/usr.bin/strings/strings.c index 30cd3ad5a3..d001825c78 100644 --- a/usr/src/usr.bin/strings/strings.c +++ b/usr/src/usr.bin/strings/strings.c @@ -12,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)strings.c 5.10 (Berkeley) %G%"; +static char sccsid[] = "@(#)strings.c 5.11 (Berkeley) %G%"; #endif /* not lint */ #include @@ -108,7 +108,7 @@ main(argc, argv) file = *argv++; if (!freopen(file, "r", stdin)) { (void)fprintf(stderr, - "strings; %s: %s\n", file, strerror(errno)); + "strings: %s: %s\n", file, strerror(errno)); exitcode = 1; goto nextfile; } -- 2.20.1