Update to reflect changes.
This commit is contained in:
parent
155d28e87e
commit
11b47679ef
|
@ -51,11 +51,14 @@ A four-byte value (on most systems) in little-endian byte order.
|
||||||
A four-byte value (on most systems) in little-endian byte order,
|
A four-byte value (on most systems) in little-endian byte order,
|
||||||
interpreted as a unix date.
|
interpreted as a unix date.
|
||||||
.RE
|
.RE
|
||||||
|
.PP
|
||||||
The numeric types may optionally be followed by
|
The numeric types may optionally be followed by
|
||||||
.B &
|
.B &
|
||||||
and a numeric value,
|
and a numeric value,
|
||||||
to specify that the value is to be AND'ed with the
|
to specify that the value is to be AND'ed with the
|
||||||
numeric value before any comparisons are done.
|
numeric value before any comparisons are done. Prepending a
|
||||||
|
.B u
|
||||||
|
to the type indicates that ordered comparisons should be unsigned.
|
||||||
.IP test
|
.IP test
|
||||||
The value to be compared with the value from the file. If the type is
|
The value to be compared with the value from the file. If the type is
|
||||||
numeric, this value
|
numeric, this value
|
||||||
|
@ -188,5 +191,5 @@ indirect offsets.
|
||||||
.\" the changes I posted to the S5R2 version.
|
.\" the changes I posted to the S5R2 version.
|
||||||
.\"
|
.\"
|
||||||
.\" Modified for Ian Darwin's version of the file command.
|
.\" Modified for Ian Darwin's version of the file command.
|
||||||
.\" from: @(#)$Id: magic.5,v 1.4 1993/08/01 07:32:56 mycroft Exp $
|
.\" from: @(#)$Id: magic.5,v 1.5 1993/11/03 04:31:34 mycroft Exp $
|
||||||
.\" $Id: magic.5,v 1.4 1993/08/01 07:32:56 mycroft Exp $
|
.\" $Id: magic.5,v 1.5 1993/11/03 04:31:34 mycroft Exp $
|
||||||
|
|
Loading…
Reference in New Issue