summaryrefslogtreecommitdiff
path: root/lib/libcrypto/doc/DH_new.pod
diff options
context:
space:
mode:
authorJim Razmus II <jim@cvs.openbsd.org>2014-05-04 22:26:34 +0000
committerJim Razmus II <jim@cvs.openbsd.org>2014-05-04 22:26:34 +0000
commit09a6c4abd3ba7de86c058e0cf19ac09c7937f8e5 (patch)
treef51c5b476433709d99fe4e2592bdb1535befe030 /lib/libcrypto/doc/DH_new.pod
parenteb2821fe0f0ed7967149ddb352ec49d54e2cf1c9 (diff)
Improve line wrapping for lines exceeding 80 chars.
ok jmc@
Diffstat (limited to 'lib/libcrypto/doc/DH_new.pod')
-rw-r--r--lib/libcrypto/doc/DH_new.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/doc/DH_new.pod b/lib/libcrypto/doc/DH_new.pod
index 60c930093e0..d6c3ca82b5f 100644
--- a/lib/libcrypto/doc/DH_new.pod
+++ b/lib/libcrypto/doc/DH_new.pod
@@ -21,9 +21,9 @@ erased before the memory is returned to the system.
=head1 RETURN VALUES
-If the allocation fails, DH_new() returns B<NULL> and sets an error
-code that can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. Otherwise it returns
-a pointer to the newly allocated structure.
+If the allocation fails, DH_new() returns B<NULL> and sets an error code that
+can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. Otherwise it returns a
+pointer to the newly allocated structure.
DH_free() returns no value.