On Thu, May 09, 2002 at 04:55:16PM -0400, Rick Troxel wrote:
> In order for makewhatis -M under IRIX 6.5.14m not to fail on
> SSL_shutdown.3 as follows:
> 
>    nroff: Macro argument too long; line 170, file
>      /usr/local/man/man3/SSL_shutdown.3
>    stack: N"
> 
> I found it necessary (well, at least it was sufficient) to recast the
> long
> 
>       .Ip "...\*(N"...\*(T"..." 4
> 
> lines as
> 
>       .Ip
>       ...\*(L"...\*(R"...
> 
> The version is openssl-0.9.6c, in case that should matter.  I did not
> have to change the corresponding .IX Item lines.  A context diff is
> attached.

Hmm. The manual pages that come with OpenSSL are in POD format. Only
during installation, they are converted to manual pages using the
util/pod2man.pl script.
Did you install OpenSSL from source? (In which case we would have to
check pod2man for problems...)

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to