=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/magic.5,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/file/magic.5 2000/03/23 21:39:53 1.5 --- src/usr.bin/file/magic.5 2000/04/12 21:47:48 1.6 *************** *** 1,4 **** ! .\" $OpenBSD: magic.5,v 1.5 2000/03/23 21:39:53 aaron Exp $ .\" .\" @(#)$FreeBSD: src/usr.bin/file/magic.5,v 1.11 2000/03/01 12:19:39 sheldonh Exp $ .\" --- 1,4 ---- ! .\" $OpenBSD: magic.5,v 1.6 2000/04/12 21:47:48 aaron Exp $ .\" .\" @(#)$FreeBSD: src/usr.bin/file/magic.5,v 1.11 2000/03/01 12:19:39 sheldonh Exp $ .\" *************** *** 105,114 **** to specify that the value from the file must be greater than the specified value, .Ql & ! to specify that the value from the file must have set all of the bits that are set in the specified value, .Ql ^ ! to specify that the value from the file must have clear any of the bits that are set in the specified value, or .Sq x to specify that any value will match. --- 105,114 ---- to specify that the value from the file must be greater than the specified value, .Ql & ! to specify that the value from the file must have set all of the bits that are set in the specified value, .Ql ^ ! to specify that the value from the file must have clear any of the bits that are set in the specified value, or .Sq x to specify that any value will match. *************** *** 125,131 **** is hexadecimal. .It Sy "" For string values, the byte string from the ! file must match the specified byte string. The operators .Ql = , .Ql < , --- 125,131 ---- is hexadecimal. .It Sy "" For string values, the byte string from the ! file must match the specified byte string. The operators .Ql = , .Ql < , *************** *** 187,197 **** .Pp Indirect offsets are of the form: .Dq (x[.[bsl]][+-][y]) . ! The value of .Sq x is used as an offset in the file. A byte, short or long is read at that offset ! depending on the .Dq [bsl] type specifier. To that number the value of --- 187,197 ---- .Pp Indirect offsets are of the form: .Dq (x[.[bsl]][+-][y]) . ! The value of .Sq x is used as an offset in the file. A byte, short or long is read at that offset ! depending on the .Dq [bsl] type specifier. To that number the value of *************** *** 204,216 **** preceding fields. You can specify an offset relative to the end of the last uplevel field (of course this may only be done for sublevel tests, i.e., ! test beginning with .Ql > ) . Such a relative offset is specified using .Ql & as a prefix to the offset. .Sh BUGS ! The formats .Li long , .Li belong , .Li lelong , --- 204,216 ---- preceding fields. You can specify an offset relative to the end of the last uplevel field (of course this may only be done for sublevel tests, i.e., ! test beginning with .Ql > ) . Such a relative offset is specified using .Ql & as a prefix to the offset. .Sh BUGS ! The formats .Li long , .Li belong , .Li lelong , *************** *** 222,228 **** and .Li ledate are system-dependent; perhaps they should be specified as a number ! of bytes (2B, 4B, etc), since the files being recognized typically come from a system on which the lengths are invariant. .Pp --- 222,228 ---- and .Li ledate are system-dependent; perhaps they should be specified as a number ! of bytes (2B, 4B, etc), since the files being recognized typically come from a system on which the lengths are invariant. .Pp *************** *** 242,248 **** .\" Date: 3 Sep 85 08:19:07 GMT .\" Organization: Sun Microsystems, Inc. .\" Lines: 136 ! .\" .\" Here's a manual page for the format accepted by the "file" made by adding .\" the changes I posted to the S5R2 version. .\" --- 242,248 ---- .\" Date: 3 Sep 85 08:19:07 GMT .\" Organization: Sun Microsystems, Inc. .\" Lines: 136 ! .\" .\" Here's a manual page for the format accepted by the "file" made by adding .\" the changes I posted to the S5R2 version. .\"