[Pkg-haskell-commits] darcs: hlint: Fix font change in man page
Iustin Pop
iustin at debian.org
Sat Sep 1 16:12:17 UTC 2012
Sat Sep 1 16:07:51 UTC 2012 Iustin Pop <iustin at debian.org>
* Fix font change in man page
Ignore-this: 10931702e8115380c10a7374e0a6f2fd
The path to the docs was \fI...\fI., which is wrong, as the italics were not
reset. Replace the second \fI with \fR, to restore regular font.
M ./hlint.1 -1 +1
Sat Sep 1 16:07:51 UTC 2012 Iustin Pop <iustin at debian.org>
* Fix font change in man page
Ignore-this: 10931702e8115380c10a7374e0a6f2fd
The path to the docs was \fI...\fI., which is wrong, as the italics were not
reset. Replace the second \fI with \fR, to restore regular font.
diff -rN -u old-hlint//hlint.1 new-hlint//hlint.1
--- old-hlint//hlint.1 2012-09-01 16:12:17.062325128 +0000
+++ new-hlint//hlint.1 2012-09-01 16:12:17.078343713 +0000
@@ -40,7 +40,7 @@
.SH "SEE ALSO"
The full documentation for
.B HLint
-is available in \fI/usr/share/doc/hlint/hlint.htm\fI.
+is available in \fI/usr/share/doc/hlint/hlint.htm\fR.
.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