=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/file.1,v retrieving revision 1.38 retrieving revision 1.39 diff -c -r1.38 -r1.39 *** src/usr.bin/file/file.1 2015/04/24 20:32:34 1.38 --- src/usr.bin/file/file.1 2015/04/24 20:57:51 1.39 *************** *** 1,4 **** ! .\" $OpenBSD: file.1,v 1.38 2015/04/24 20:32:34 jmc Exp $ .\" $FreeBSD: src/usr.bin/file/file.1,v 1.16 2000/03/01 12:19:39 sheldonh Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott --- 1,4 ---- ! .\" $OpenBSD: file.1,v 1.39 2015/04/24 20:57:51 nicm Exp $ .\" $FreeBSD: src/usr.bin/file/file.1,v 1.16 2000/03/01 12:19:39 sheldonh Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott *************** *** 36,42 **** .Nd determine file type .Sh SYNOPSIS .Nm ! .Op Fl bciLsW .Ar .Sh DESCRIPTION The --- 36,42 ---- .Nd determine file type .Sh SYNOPSIS .Nm ! .Op Fl bchiLsW .Ar .Sh DESCRIPTION The *************** *** 77,85 **** The options are as follows: .Bl -tag -width indent .It Fl b ! Do not prepend filenames to output lines. .It Fl c ! Print a summary of the parsed magic file; usually used for debugging. .It Fl i , -mime , -mime-type Causes the file command to output MIME type strings rather than the more traditional human-readable ones. --- 77,87 ---- The options are as follows: .Bl -tag -width indent .It Fl b ! Does not prepend filenames to output lines. .It Fl c ! Prints a summary of the parsed magic file; usually used for debugging. ! .It Fl h ! Causes symlinks not to be followed. .It Fl i , -mime , -mime-type Causes the file command to output MIME type strings rather than the more traditional human-readable ones. *************** *** 96,102 **** .Xr stat 2 reports are ordinary files. .It Fl W ! Display warnings when parsing the magic file or applying its tests. Usually used for debugging. .El .Sh FILES --- 98,104 ---- .Xr stat 2 reports are ordinary files. .It Fl W ! Displays warnings when parsing the magic file or applying its tests. Usually used for debugging. .El .Sh FILES