[Pkg-haskell-commits] darcs: hlint: Fix path to html doc in hlint manpage

Iustin Pop iustin at debian.org
Sat Sep 1 16:12:16 UTC 2012


Sat Sep  1 16:06:18 UTC 2012  Iustin Pop <iustin at debian.org>
  * Fix path to html doc in hlint manpage
  Ignore-this: 8b8a5654a1bea4662b99d94a19752e3f
  
  While reading the hlint man page, it points to /usr/share/doc/hlint/hlint.html,
  but it turns out that the actual file name is just hlint.htm, without the l.

    M ./hlint.1 -1 +1

Sat Sep  1 16:06:18 UTC 2012  Iustin Pop <iustin at debian.org>
  * Fix path to html doc in hlint manpage
  Ignore-this: 8b8a5654a1bea4662b99d94a19752e3f
  
  While reading the hlint man page, it points to /usr/share/doc/hlint/hlint.html,
  but it turns out that the actual file name is just hlint.htm, without the l.
diff -rN -u old-hlint//hlint.1 new-hlint//hlint.1
--- old-hlint//hlint.1	2012-09-01 16:12:16.654252985 +0000
+++ new-hlint//hlint.1	2012-09-01 16:12:16.686232680 +0000
@@ -40,7 +40,7 @@
 .SH "SEE ALSO"
 The full documentation for
 .B HLint
-is available in \fI/usr/share/doc/hlint/hlint.html\fI.
+is available in \fI/usr/share/doc/hlint/hlint.htm\fI.
 .SH AUTHOR
 This   manual   page   was  written  by  Joachim Breitner <nomeata at debian.org>
 for the Debian system (but may be used by others).





More information about the Pkg-haskell-commits mailing list