diff options
author | 1995-12-14 03:30:00 +0000 | |
---|---|---|
committer | 1995-12-14 03:30:00 +0000 | |
commit | e2a32a0e34cc6ba024ace63605f0bfa00e9143d0 (patch) | |
tree | 6074ea7ab29248b598d9b8fd8927b626539f374a /usr.bin/file/file.c | |
parent | from netbsd; declare ourself as unix so that binary is assumed (diff) | |
download | wireguard-openbsd-e2a32a0e34cc6ba024ace63605f0bfa00e9143d0.tar.xz wireguard-openbsd-e2a32a0e34cc6ba024ace63605f0bfa00e9143d0.zip |
update from netbsd
Diffstat (limited to 'usr.bin/file/file.c')
-rw-r--r-- | usr.bin/file/file.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/file/file.c b/usr.bin/file/file.c index 76b816a919e..ddf4bce9f02 100644 --- a/usr.bin/file/file.c +++ b/usr.bin/file/file.c @@ -26,7 +26,7 @@ */ #ifndef lint static char *moduleid = - "@(#)$Id: file.c,v 1.1.1.1 1995/10/18 08:45:09 deraadt Exp $"; + "@(#)$Id: file.c,v 1.2 1995/12/14 03:30:03 deraadt Exp $"; #endif /* lint */ #include <stdio.h> @@ -51,9 +51,9 @@ static char *moduleid = #include "file.h" #ifdef S_IFLNK -# define USAGE "Usage: %s [-vczL] [-f namefile] [-m magicfile] file...\n" +# define USAGE "Usage: %s [-vczL] [-f namefile] [-m magicfiles] file...\n" #else -# define USAGE "Usage: %s [-vcz] [-f namefile] [-m magicfile] file...\n" +# define USAGE "Usage: %s [-vcz] [-f namefile] [-m magicfiles] file...\n" #endif #ifndef MAGIC |