=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/file.1,v retrieving revision 1.43 retrieving revision 1.44 diff -c -r1.43 -r1.44 *** src/usr.bin/file/file.1 2015/07/30 11:13:24 1.43 --- src/usr.bin/file/file.1 2015/12/24 11:45:34 1.44 *************** *** 1,4 **** ! .\" $OpenBSD: file.1,v 1.43 2015/07/30 11:13:24 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.44 2015/12/24 11:45:34 jca 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: July 30 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: December 24 2015 $ .Dt FILE 1 .Os .Sh NAME *************** *** 83,89 **** .Pp 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. --- 83,89 ---- .Pp The options are as follows: .Bl -tag -width indent ! .It Fl b , -brief Does not prepend filenames to output lines. .It Fl c Prints a summary of the parsed magic file; usually used for debugging. *************** *** 97,103 **** .Dq text/plain rather than .Dq ASCII text . ! .It Fl L Causes symlinks to be followed. .It Fl s Attempts to read block and character device files, not just regular files. --- 97,103 ---- .Dq text/plain rather than .Dq ASCII text . ! .It Fl L , -dereference Causes symlinks to be followed. .It Fl s Attempts to read block and character device files, not just regular files.