=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/file.1,v retrieving revision 1.40 retrieving revision 1.41 diff -c -r1.40 -r1.41 *** src/usr.bin/file/file.1 2015/04/26 22:51:32 1.40 --- src/usr.bin/file/file.1 2015/04/27 11:12:49 1.41 *************** *** 1,4 **** ! .\" $OpenBSD: file.1,v 1.40 2015/04/26 22:51:32 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 --- 1,4 ---- ! .\" $OpenBSD: file.1,v 1.41 2015/04/27 11:12:49 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 *************** *** 28,34 **** .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" ! .Dd $Mdocdate: April 26 2015 $ .Dt FILE 1 .Os .Sh NAME --- 28,34 ---- .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" ! .Dd $Mdocdate: April 27 2015 $ .Dt FILE 1 .Os .Sh NAME *************** *** 83,89 **** .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. Thus it may say .Dq text/plain --- 83,89 ---- .It Fl h Causes symlinks not to be followed. .It Fl i , -mime , -mime-type ! Outputs MIME type strings rather than the more traditional human-readable ones. Thus it may say .Dq text/plain *************** *** 92,100 **** .It Fl L Causes symlinks to be followed. .It Fl s ! Instructs ! .Nm ! to attempt to read block and character device files, not only regular files. .It Fl W Displays warnings when parsing the magic file or applying its tests. Usually used for debugging. --- 92,98 ---- .It Fl L Causes symlinks to be followed. .It Fl s ! Attempts to read block and character device files, not just regular files. .It Fl W Displays warnings when parsing the magic file or applying its tests. Usually used for debugging.