Commit 4d524e10 authored by Ulf Möller's avatar Ulf Möller
Browse files

nicer manpages

parent c6a33c6f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -117,8 +117,7 @@

     If "make" fails, please report the problem to <openssl-bugs@openssl.org>
     (note that your message will be forwarded to a public mailing list).
     Include the output of "./config -t" and the OpenSSL version
     number in your message.
     Include the output of "make report" in your message.

     [If you encounter assembler error messages, try the "no-asm"
     configuration option as an immediate fix.]
@@ -133,7 +132,7 @@
    If a test fails, try removing any compiler optimization flags from
    the CFLAGS line in Makefile.ssl and run "make clean; make". Please
    send a bug report to <openssl-bugs@openssl.org>, including the
    output of "openssl version -a" and of the failed test.
    output of "make report".

  4. If everything tests ok, install OpenSSL with

+2 −1
Original line number Diff line number Diff line
@@ -35,8 +35,9 @@
      o Memory leak detection now allows applications to add extra information
        via a per-thread stack
      o PRNG robustness improved
      o EGD support
      o BIGNUM library bug fixes
      o faster DSA parameter generation
      o Faster DSA parameter generation
      o Enhanced support for Alpha Linux
      o Experimental MacOS support

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

=head1 NAME

version - print version information
version - print OpenSSL version information

=head1 SYNOPSIS

+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
=head1 NAME

BN_add, BN_sub, BN_mul, BN_div, BN_sqr, BN_mod, BN_mod_mul, BN_exp,
BN_mod_exp, BN_gcd - Arithmetic operations on BIGNUMs
BN_mod_exp, BN_gcd - arithmetic operations on BIGNUMs

=head1 SYNOPSIS

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

=head1 NAME

BN_add_word, BN_sub_word, BN_mul_word, BN_div_word, BN_mod_word - Arithmetic
BN_add_word, BN_sub_word, BN_mul_word, BN_div_word, BN_mod_word - arithmetic
functions on BIGNUMs with integers

=head1 SYNOPSIS
Loading