summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_rand.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-24 11:55:57 +0000
committerUlf Möller <ulf@openssl.org>2000-02-24 11:55:57 +0000
commit4d524e10b4853436a1bfbc83822c5d0e87d64fbd (patch)
treeb231a1742332385b25a7038b036174003333fd5e /doc/crypto/BN_rand.pod
parentc6a33c6f6128172baf30f50edeb0def90e7d0618 (diff)
nicer manpages
Diffstat (limited to 'doc/crypto/BN_rand.pod')
-rw-r--r--doc/crypto/BN_rand.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/BN_rand.pod b/doc/crypto/BN_rand.pod
index f090df6908..33363c981f 100644
--- a/doc/crypto/BN_rand.pod
+++ b/doc/crypto/BN_rand.pod
@@ -2,7 +2,7 @@
=head1 NAME
-BN_rand, BN_pseudo_rand - Generate pseudo-random number
+BN_rand, BN_pseudo_rand - generate pseudo-random number
=head1 SYNOPSIS
@@ -10,7 +10,7 @@ BN_rand, BN_pseudo_rand - Generate pseudo-random number
int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
- int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom);
+ int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
=head1 DESCRIPTION