diff options
author | 2014-05-04 22:26:32 +0000 | |
---|---|---|
committer | 2014-05-04 22:26:32 +0000 | |
commit | 214cef99cb94b41933e487f7d2298f8fd2926d9a (patch) | |
tree | 4900f4cffbe906d8ca7b440d1964a9f7b1147847 /lib/libssl/src/doc/crypto/DH_generate_key.pod | |
parent | Add missing SEE ALSO section header. (diff) | |
download | wireguard-openbsd-214cef99cb94b41933e487f7d2298f8fd2926d9a.tar.xz wireguard-openbsd-214cef99cb94b41933e487f7d2298f8fd2926d9a.zip |
Improve line wrapping for lines exceeding 80 chars.
ok jmc@
Diffstat (limited to 'lib/libssl/src/doc/crypto/DH_generate_key.pod')
-rw-r--r-- | lib/libssl/src/doc/crypto/DH_generate_key.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/src/doc/crypto/DH_generate_key.pod b/lib/libssl/src/doc/crypto/DH_generate_key.pod index 81f09fdf45e..148e13762b7 100644 --- a/lib/libssl/src/doc/crypto/DH_generate_key.pod +++ b/lib/libssl/src/doc/crypto/DH_generate_key.pod @@ -40,7 +40,8 @@ The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. =head1 SEE ALSO -L<dh(3)|dh(3)>, L<ERR_get_error(3)|ERR_get_error(3)>, L<rand(3)|rand(3)>, L<DH_size(3)|DH_size(3)> +L<dh(3)|dh(3)>, L<ERR_get_error(3)|ERR_get_error(3)>, L<rand(3)|rand(3)>, +L<DH_size(3)|DH_size(3)> =head1 HISTORY |