From f808bd34fbd3dd9508e8183e8025635bc330c34a Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 8 Jun 2001 19:34:37 +0000 Subject: [PATCH] 890. [cleanup] The man pages no longer require the mandoc macros and should now format cleanly using most versions of nroff, and HTML versions of the man pages hvae been added. Both are generated from DocBook source. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 256729fab8..7da122cf9e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,9 @@ + 890. [cleanup] The man pages no longer require the mandoc macros + and should now format cleanly using most versions of + nroff, and HTML versions of the man pages hvae been + added. Both are generated from DocBook source. + 889. [port] Eliminated blank lines before .TH in nroff man pages since they cause problems with some versions of nroff. [RT #1390]