Close PR/913. Magic path in magic.5 was incorrect.
This commit is contained in:
parent
c61cb27f9c
commit
707488220c
|
@ -10,7 +10,7 @@ among other tests,
|
|||
a test for whether the file begins with a certain
|
||||
.IR "magic number" .
|
||||
The file
|
||||
.B /usr/local/etc/magic
|
||||
.B /etc/magic
|
||||
specifies what magic numbers are to be tested for,
|
||||
what message to print if a particular magic number is found,
|
||||
and additional information to extract from the file.
|
||||
|
@ -191,4 +191,4 @@ indirect offsets.
|
|||
.\" the changes I posted to the S5R2 version.
|
||||
.\"
|
||||
.\" Modified for Ian Darwin's version of the file command.
|
||||
.\" @(#)$Id: magic.5,v 1.7 1995/03/25 22:36:15 christos Exp $
|
||||
.\" @(#)$Id: magic.5,v 1.8 1995/03/27 16:16:28 christos Exp $
|
||||
|
|
Loading…
Reference in New Issue