cherry-pick.FILE5_35-42-ge6bf546d.fix-documentation-to-match-the-source.patch 590 B

1234567891011121314151617181920212223
  1. Subject: Fix documentation to match the source
  2. Origin: FILE5_35-42-ge6bf546d <https://github.com/file/file/commit/FILE5_35-42-ge6bf546d>
  3. Upstream-Author: Christos Zoulas <christos@zoulas.com>
  4. Date: Mon Jan 21 14:56:53 2019 +0000
  5. --- a/doc/magic.man
  6. +++ b/doc/magic.man
  7. @@ -116,13 +116,13 @@
  8. .It B
  9. A byte length (default).
  10. .It H
  11. -A 4 byte big endian length.
  12. +A 2 byte big endian length.
  13. .It h
  14. A 2 byte little endian length.
  15. .It L
  16. A 4 byte big endian length.
  17. .It l
  18. -A 2 byte little endian length.
  19. +A 4 byte little endian length.
  20. .It J
  21. The length includes itself in its count.
  22. .El