When producing man-pages, ensure NAME section is one line only
authorRichard Levitte <levitte@openssl.org>
Wed, 16 May 2018 09:12:21 +0000 (11:12 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 16 May 2018 18:50:32 +0000 (20:50 +0200)
commit0bde96f13837825fa899573728899744a956beff
treef8c937090a06b3f4284283bc76a567dba40c4913
parent7171f71ef10eb079322bbe99332f411a14f03891
When producing man-pages, ensure NAME section is one line only

There are *roff parsers that are strict about the NAME section being
one line only.  The man(7) on Debian GNU/Linux suggests that this is
appropriate, so we compensate our multi-line NAME sections by fixing
the *roff output.

Noted by Eric S. Raymond

Related to #6264

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6268)

(cherry picked from commit 8d483b2de78619e8592f2558301f3295daf59690)
util/process_docs.pl