summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/file.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-12-14 03:30:00 +0000
committerderaadt <deraadt@openbsd.org>1995-12-14 03:30:00 +0000
commite2a32a0e34cc6ba024ace63605f0bfa00e9143d0 (patch)
tree6074ea7ab29248b598d9b8fd8927b626539f374a /usr.bin/file/file.c
parentfrom netbsd; declare ourself as unix so that binary is assumed (diff)
downloadwireguard-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.c6
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