From e6bf546dea9a4a116e06a0e12966d034ce38ec7b Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Mon, 21 Jan 2019 14:56:53 +0000 Subject: [PATCH] fix documentation to match the source. --- doc/magic.man | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/magic.man b/doc/magic.man index a1b3596a..bc69604a 100644 --- a/doc/magic.man +++ b/doc/magic.man @@ -1,5 +1,5 @@ -.\" $File: magic.man,v 1.95 2018/10/01 19:59:53 christos Exp $ -.Dd October 1, 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. @@ -116,13 +116,13 @@ The following modifiers are supported: .It B A byte length (default). .It H -A 4 byte big endian length. +A 2 byte big endian length. .It h A 2 byte little endian length. .It L 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 -- 2.49.0