=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/file.1,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/file/file.1 2013/01/17 21:29:14 1.34 --- src/usr.bin/file/file.1 2015/02/15 22:26:45 1.35 *************** *** 1,4 **** ! .\" $OpenBSD: file.1,v 1.34 2013/01/17 21:29:14 jmc Exp $ .\" $FreeBSD: src/usr.bin/file/file.1,v 1.16 2000/03/01 12:19:39 sheldonh Exp $ .\" .\" Copyright (c) Ian F. Darwin 1986-1995. --- 1,4 ---- ! .\" $OpenBSD: file.1,v 1.35 2015/02/15 22:26:45 bentley Exp $ .\" $FreeBSD: src/usr.bin/file/file.1,v 1.16 2000/03/01 12:19:39 sheldonh Exp $ .\" .\" Copyright (c) Ian F. Darwin 1986-1995. *************** *** 27,33 **** .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" ! .Dd $Mdocdate: January 17 2013 $ .Dt FILE 1 .Os .Sh NAME --- 27,33 ---- .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" ! .Dd $Mdocdate: February 15 2015 $ .Dt FILE 1 .Os .Sh NAME *************** *** 91,106 **** such as sockets, symbolic links, and named pipes (FIFOs), are intuited if they are defined in the system header file ! .Aq Pa sys/stat.h . .Pp The magic tests are used to check for files with data in particular fixed formats. The canonical example of this is a binary executable (compiled program) a.out file, whose format is defined in ! .Aq Pa elf.h , ! .Aq Pa a.out.h , and possibly ! .Aq Pa exec.h in the standard include directory. These files have a .Dq magic number --- 91,106 ---- such as sockets, symbolic links, and named pipes (FIFOs), are intuited if they are defined in the system header file ! .In sys/stat.h . .Pp The magic tests are used to check for files with data in particular fixed formats. The canonical example of this is a binary executable (compiled program) a.out file, whose format is defined in ! .In elf.h , ! .In a.out.h , and possibly ! .In exec.h in the standard include directory. These files have a .Dq magic number *************** *** 154,160 **** it will attempt to determine in what language the file is written. The language tests look for particular strings (cf.\& ! .Aq Pa names.h ) that can appear anywhere in the first few blocks of a file. For example, the keyword .Em .br --- 154,160 ---- it will attempt to determine in what language the file is written. The language tests look for particular strings (cf.\& ! .In names.h ) that can appear anywhere in the first few blocks of a file. For example, the keyword .Em .br