X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=doc%2Fdoc-scripts%2Ff2h;h=221a801945da117aeadb2fabee2f9787c3c7bf1b;hb=a6f7862ba728bcc2f8ac037dddfe84007a37e970;hp=426e46e6724f1e555a5ad6b83141ea4946c87056;hpb=495ae4b01f36d0d8bb0e34a1d7263c2b8224aa4a;p=exim.git diff --git a/doc/doc-scripts/f2h b/doc/doc-scripts/f2h index 426e46e67..221a80194 100755 --- a/doc/doc-scripts/f2h +++ b/doc/doc-scripts/f2h @@ -1,5 +1,4 @@ #!/usr/bin/perl -# $Cambridge: exim/doc/doc-scripts/f2h,v 1.1 2004/10/07 15:04:35 ph10 Exp $ # Script to turn the Exim FAQ into HTML. @@ -84,7 +83,7 @@ return $s; # We want to read the file paragraph by paragraph; Perl only does this if the # separating lines are truly blank. Having been caught by lines containing -# whitespace before, do a detrailing pass first. +# whitespace before, do a de-trailing pass first. open(IN, "$ARGV[0]") || die "can't open $ARGV[0] (preliminary)\n"; open(OUT, ">$ARGV[0]-$$") || die "can't open $ARGV[0]-$$\n"; @@ -299,7 +298,7 @@ while ($_ = ) next; } - # If a paragraph begins ==> it is a display which must remain verbatin + # If a paragraph begins ==> it is a display which must remain verbatim # and not be reformatted. The flag gets turned into spaces. if ($_ =~ /^==>/)