diff options
author | Xin LI <delphij@FreeBSD.org> | 2019-11-10 03:44:32 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2019-11-10 03:44:32 +0000 |
commit | 4ef4bf0189e5e736a37f9ead9beaaa8e1cd1f9fb (patch) | |
tree | 0b82394b9b244b8f3a588afe3b96177c08ff98eb /doc/magic.man | |
parent | ad1ba6e1e032f79d03b9a6e2c714de84d1911b3a (diff) |
Vendor import of file 5.37vendor/file/5.37
Notes
Notes:
svn path=/vendor/file/dist/; revision=354582
svn path=/vendor/file/5.37/; revision=354583; tag=vendor/file/5.37
Diffstat (limited to 'doc/magic.man')
-rw-r--r-- | doc/magic.man | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/magic.man b/doc/magic.man index 15165daa5eab..bc69604a3df5 100644 --- a/doc/magic.man +++ b/doc/magic.man @@ -1,6 +1,5 @@ -.It S2 -.\" $File: magic.man,v 1.93 2018/06/22 20:39:49 christos Exp $ -.Dd June 22, 2018 +.\" $File: magic.man,v 1.96 2019/01/21 14:56:53 christos Exp $ +.Dd January 21, 2019 .Dt MAGIC __FSECTION__ .Os .\" install as magic.4 on USG, magic.5 on V7, Berkeley and Linux systems. @@ -117,13 +116,13 @@ The following modifiers are supported: .It B A byte length (default). .It H -A 4 byte big endian length. -.It h A 2 byte big endian length. +.It h +A 2 byte little endian length. .It L -A 4 byte little endian length. +A 4 byte big endian length. .It l -A 2 byte little endian length. +A 4 byte little endian length. .It J The length includes itself in its count. .El |