[BACK]Return to magic.5 CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Diff for /src/usr.bin/file/magic.5 between version 1.18 and 1.19

version 1.18, 2017/09/20 10:03:34 version 1.19, 2020/11/14 10:35:58
Line 58 
Line 58 
 in the file with a byte value, a string or a numeric value.  in the file with a byte value, a string or a numeric value.
 If the test succeeds, a message is printed.  If the test succeeds, a message is printed.
 The line consists of the following fields:  The line consists of the following fields:
 .Bl -tag -width ".Dv message"  .Bl -tag -width "message"
 .It Dv offset  .It Dv offset
 A number specifying the offset, in bytes, into the file of the data  A number specifying the offset, in bytes, into the file of the data
 which is to be tested.  which is to be tested.
 .It Dv type  .It Dv type
 The type of the data to be tested.  The type of the data to be tested.
 The possible values are:  The possible values are:
 .Bl -tag -width ".Dv lestring16"  .Bl -tag -width "lestring16"
 .It Dv byte  .It Dv byte
 A one-byte value.  A one-byte value.
 .It Dv short  .It Dv short

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19