]> granicus.if.org Git - file/commitdiff
Fix pascal string tod from sl.tom
authorChristos Zoulas <christos@zoulas.com>
Sun, 12 Feb 2017 15:30:08 +0000 (15:30 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sun, 12 Feb 2017 15:30:08 +0000 (15:30 +0000)
doc/magic.man

index 4f170b3be3c6b387b70e962a3272706a967f6960..d8f611cb77995900eae86118082b08e39a167b73 100644 (file)
@@ -1,5 +1,5 @@
-.\" $File: magic.man,v 1.89 2016/10/25 20:33:30 christos Exp $
-.Dd February 8, 2017
+.\" $File: magic.man,v 1.90 2017/02/08 21:52:03 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