summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2017-02-12 15:30:08 +0000
committerChristos Zoulas <christos@zoulas.com>2017-02-12 15:30:08 +0000
commit24d9c399d52b972bd0158d09b77945033d392f59 (patch)
treeefb0c82b993efb2f4ffb7d42f1b122ed61c4e8d4
parent0de9cff3f81dfa528b11d2d9b0e08efa70bad39f (diff)
downloadfile-git-24d9c399d52b972bd0158d09b77945033d392f59.tar.gz
Fix pascal string tod from sl.tom
-rw-r--r--doc/magic.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/magic.man b/doc/magic.man
index 827ac8ea..4c69bca2 100644
--- a/doc/magic.man
+++ b/doc/magic.man
@@ -1,5 +1,5 @@
-.\" $File: magic.man,v 1.90 2017/02/08 21:52:03 christos Exp $
-.Dd February 8, 2017
+.\" $File: magic.man,v 1.91 2017/02/12 15:30:08 christos Exp $
+.Dd February 12, 2017
.Dt MAGIC __FSECTION__
.Os
.\" install as magic.4 on USG, magic.5 on V7, Berkeley and Linux systems.
@@ -104,13 +104,13 @@ The following modifiers are supported:
.It B
A byte length (default).
.It H
-A 2 byte big endian length.
+A 4 byte big endian length.
.It h
-A 2 byte big little length.
+A 2 byte big endian length.
.It L
-A 4 byte big endian length.
+A 4 byte little endian length.
.It l
-A 4 byte big little length.
+A 2 byte little endian length.
.It J
The length includes itself in its count.
.El