=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/file.1,v retrieving revision 1.39 retrieving revision 1.40 diff -c -r1.39 -r1.40 *** src/usr.bin/file/file.1 2015/04/24 20:57:51 1.39 --- src/usr.bin/file/file.1 2015/04/26 22:51:32 1.40 *************** *** 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 --- 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 *************** *** 28,34 **** .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" ! .Dd $Mdocdate: April 24 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 26 2015 $ .Dt FILE 1 .Os .Sh NAME *************** *** 94,102 **** .It Fl s Instructs .Nm ! to attempt to read all files, not only those which ! .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. --- 94,100 ---- .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.