906-doc-manpages-typo2.patch 810 B

123456789101112131415161718192021222324
  1. Author: Ori Avtalion <ori@avtalion.name>
  2. Description: Fixing typo and formating issue (Closes: #499754).
  3. diff -Naurp file.orig/doc/magic.man file/doc/magic.man
  4. --- file.orig/doc/magic.man 2010-07-11 00:17:48.664928248 +0200
  5. +++ file/doc/magic.man 2010-07-13 17:08:25.697672263 +0200
  6. @@ -283,7 +283,7 @@ then print the string), with
  7. The special test
  8. .Em x
  9. always evaluates to true.
  10. -.Dv message
  11. +.It Dv message
  12. The message to be printed if the comparison succeeds.
  13. If the string contains a
  14. .Xr printf 3
  15. @@ -348,7 +348,7 @@ If a the test on a line at level
  16. .Em n
  17. succeeds, all following tests at level
  18. .Em n+1
  19. -are performed, and the messages printed if the tests succeed, untile a line
  20. +are performed, and the messages printed if the tests succeed, until a line
  21. with level
  22. .Em n
  23. (or less) appears.