Tell the truth about list separators.
authorRichard Levitte <levitte@openssl.org>
Sat, 15 Jan 2000 23:19:22 +0000 (23:19 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 15 Jan 2000 23:19:22 +0000 (23:19 +0000)
doc/man/dsaparam.pod
doc/man/gendh.pod
doc/man/gendsa.pod
doc/man/genrsa.pod

index bdfbb826dc8486d05f8d8d52388189d7ebd7d9ef..f5f3f317bd095e40a5fe612e666097c131ae0995 100644 (file)
@@ -14,7 +14,7 @@ B<openssl dsaparam>
 [B<-noout>]
 [B<-text>]
 [B<-C>]
-[B<-rand file:file>]
+[B<-rand file(s)>]
 [B<-genkey>]
 [B<numbits>]
 
@@ -68,10 +68,12 @@ be loaded by calling the B<get_dsaXXX()> function.
 this option will generate a DSA either using the specified or generated
 parameters.
 
-=item B<-rand file:file>
+=item B<-rand file(s)>
 
 a file or files containing random data used to seed the random number
-generator. Multiple files can be specified separated by B<:>.
+generator. Multiple files can be specified separated by a OS-dependent
+character.  For MS-Windows, the separator is B<;>.  For OpenVMS, it's
+B<,>.  For all others, it's B<:>.
 
 =item B<numbits>
 
index d51ebf0b44abd5b9a76bd59fa351cb9532ac8b4e..8262622a3d1bc980df0815aaf6da324f531a16a3 100644 (file)
@@ -10,7 +10,7 @@ B<openssl gendh>
 [B<-out filename>]
 [B<-2>]
 [B<-5>]
-[B<-rand file:file>]
+[B<-rand file(s)>]
 [numbits]
 
 =head1 DESCRIPTION
@@ -31,10 +31,12 @@ a PKCS#5 DHParameter structure.
 
 The generator to use, either 2 or 5. 2 is the default.
 
-=item B<-rand file:file>
+=item B<-rand file(s)>
 
 a file or files containing random data used to seed the random number
-generator. Multiple files can be specified separated by B<:>.
+generator. Multiple files can be specified separated by a OS-dependent
+character.  For MS-Windows, the separator is B<;>.  For OpenVMS, it's
+B<,>.  For all others, it's B<:>.
 
 =item B<numbits>
 
index b702a4f3873af4b83e717938ac67922c84369256..a23e755fa822582cf9568425faa9c285a9b158d1 100644 (file)
@@ -11,7 +11,7 @@ B<openssl> B<gendsa>
 [B<-des>]
 [B<-des3>]
 [B<-idea>]
-[B<-rand file:file>]
+[B<-rand file(s)>]
 [B<paramfile>]
 
 =head1 DESCRIPTION
@@ -29,10 +29,12 @@ These options encrypt the private key with the DES, triple DES, or the
 IDEA ciphers respectively before outputting it. A pass phrase is prompted for.
 If none of these options is specified no encryption is used.
 
-=item B<-rand file:file>
+=item B<-rand file(s)>
 
 a file or files containing random data used to seed the random number
-generator. Multiple files can be specified separated by B<:>.
+generator. Multiple files can be specified separated by a OS-dependent
+character.  For MS-Windows, the separator is B<;>.  For OpenVMS, it's
+B<,>.  For all others, it's B<:>.
 
 =item B<paramfile>
 
index e88ceb92f945456a009ef1b402336bba86dc97d7..b224bd1fc8a6a6ec5fafaf615ea5d0dd79543401 100644 (file)
@@ -14,7 +14,7 @@ B<openssl> B<genrsa>
 [B<-idea>]
 [B<-f4>]
 [B<-3>]
-[B<-rand file:file>]
+[B<-rand file(s)>]
 [B<numbits>]
 
 =head1 DESCRIPTION
@@ -35,10 +35,12 @@ If none of these options is specified no encryption is used.
 
 the public exponent to use, either 65537 or 3. The default is 65537.
 
-=item B<-rand file:file>
+=item B<-rand file(s)>
 
 a file or files containing random data used to seed the random number
-generator. Multiple files can be specified separated by B<:>.
+generator. Multiple files can be specified separated by a OS-dependent
+character.  For MS-Windows, the separator is B<;>.  For OpenVMS, it's
+B<,>.  For all others, it's B<:>.
 
 =item B<numbits>