Package: file / 1:5.35-4+deb10u2

cherry-pick.FILE5_35-42-ge6bf546d.fix-documentation-to-match-the-source.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Subject: Fix documentation to match the source
Origin: FILE5_35-42-ge6bf546d <https://github.com/file/file/commit/FILE5_35-42-ge6bf546d>
Upstream-Author: Christos Zoulas <christos@zoulas.com>
Date: Mon Jan 21 14:56:53 2019 +0000

--- a/doc/magic.man
+++ b/doc/magic.man
@@ -116,13 +116,13 @@
 .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