Update to reflect changes.

This commit is contained in:
mycroft 1993-11-03 04:31:34 +00:00
parent 155d28e87e
commit 11b47679ef
1 changed files with 6 additions and 3 deletions

View File

@ -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,
interpreted as a unix date.
.RE
.PP
The numeric types may optionally be followed by
.B &
and a numeric value,
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
The value to be compared with the value from the file. If the type is
numeric, this value
@ -188,5 +191,5 @@ indirect offsets.
.\" the changes I posted to the S5R2 version.
.\"
.\" 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 $
.\" $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.5 1993/11/03 04:31:34 mycroft Exp $