=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/file.1,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/file/file.1 1995/10/18 08:45:08 1.1 --- src/usr.bin/file/file.1 1995/12/14 03:30:02 1.2 *************** *** 1,5 **** .TH FILE 1 "Copyright but distributable" ! .\" $Id: file.1,v 1.1 1995/10/18 08:45:08 deraadt Exp $ .SH NAME file \- determine file type --- 1,5 ---- .TH FILE 1 "Copyright but distributable" ! .\" $Id: file.1,v 1.2 1995/12/14 03:30:02 deraadt Exp $ .SH NAME file \- determine file type *************** *** 13,19 **** namefile ] [ .B \-m ! magicfile ] file ... .SH DESCRIPTION .I File --- 13,19 ---- namefile ] [ .B \-m ! magicfiles ] file ... .SH DESCRIPTION .I File *************** *** 100,107 **** .B \-v Print the version of the program and exit. .TP 8 ! .B \-m file ! Specify an alternate file of magic numbers. .TP 8 .B \-z Try to look inside compressed files. --- 100,108 ---- .B \-v Print the version of the program and exit. .TP 8 ! .B \-m list ! Specify an alternate list of files containing magic numbers. ! This can be a single file, or a colon-separated list of files. .TP 8 .B \-z Try to look inside compressed files. *************** *** 129,134 **** --- 130,139 ---- .SH FILES .I /etc/magic \- default list of magic numbers + .SH ENVIRONMENT + The environment variable + .B MAGIC + can be used to set the default magic number files. .SH SEE ALSO .IR magic (5) \- description of magic file format.