From c3ccf9620be5ccd6737738b54eae71b29bb804d4 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 5 Nov 2002 18:05:31 +0000 Subject: [PATCH] Comment fixes. --- maint/doctest | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/maint/doctest b/maint/doctest index 60e12e9f9..a30a1e53a 100755 --- a/maint/doctest +++ b/maint/doctest @@ -1,5 +1,8 @@ #!/bin/sh +# Run this script in the top-level source directory to check the +# documentation for compatibility with groff and nroff. + set -e function one_test () { @@ -21,7 +24,7 @@ one_test find doc -name '*.[1-9].in' -exec groff -wall -mandoc -Tps {} \; one_test find doc -name '*.[1-9].in' -exec groff -wall -mandoc -Tdvi {} \; one_test find doc -name '*.[1-9].in' -exec nroff -mandoc -Tlatin1 {} \; -# Check English manuals to be in ASCII. +# Check the English manuals to be in ASCII. one_test find doc -maxdepth 1 -name '*.[1-9].in' -exec groff -wall -Tascii {} \; rm -rf doctest.err