diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-12-04 19:55:13 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-12-04 19:55:13 +0000 |
commit | dbb317303233479eced9c47ffad41e4cf15a3a5d (patch) | |
tree | 6ec7652bd890a2abe7b82c8bd5cb7ef9366feda3 /usr.bin/file/file.c | |
parent | b5cd79980aacfc5f262e6fcb04fcc260e882c843 (diff) |
sync manual and usage to file-4.09; bits from and ok ian and jmc
Diffstat (limited to 'usr.bin/file/file.c')
-rw-r--r-- | usr.bin/file/file.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/file/file.c b/usr.bin/file/file.c index b70381d77e3..c02e3aecfbb 100644 --- a/usr.bin/file/file.c +++ b/usr.bin/file/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.15 2004/09/25 09:19:35 otto Exp $ */ +/* $OpenBSD: file.c,v 1.16 2004/12/04 19:55:12 jaredy Exp $ */ /* * Copyright (c) Ian F. Darwin 1986-1995. * Software written by Ian F. Darwin and others; @@ -73,7 +73,7 @@ #include "patchlevel.h" #ifndef lint -FILE_RCSID("@(#)$Id: file.c,v 1.15 2004/09/25 09:19:35 otto Exp $") +FILE_RCSID("@(#)$Id: file.c,v 1.16 2004/12/04 19:55:12 jaredy Exp $") #endif /* lint */ @@ -83,7 +83,8 @@ FILE_RCSID("@(#)$Id: file.c,v 1.15 2004/09/25 09:19:35 otto Exp $") #define SYMLINKFLAG "" #endif -# define USAGE "Usage: %s [-bcik" SYMLINKFLAG "nNsvz] [-f namefile] [-F separator] [-m magicfiles] file...\n %s -C -m magicfiles\n" +#define USAGE "Usage: %s [-bck" SYMLINKFLAG "Nnrsvz] [-F separator] [-f namefile] [-m magicfiles] file ...\n" \ + " %s [-m magicfiles] -C\n" #ifndef MAXPATHLEN #define MAXPATHLEN 512 |