diff options
Diffstat (limited to 'doc/apps')
-rw-r--r-- | doc/apps/rand.pod | 5 | ||||
-rw-r--r-- | doc/apps/x509.pod | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/apps/rand.pod b/doc/apps/rand.pod index 75745ca0023c..d1d213ef43cb 100644 --- a/doc/apps/rand.pod +++ b/doc/apps/rand.pod @@ -10,6 +10,7 @@ B<openssl rand> [B<-out> I<file>] [B<-rand> I<file(s)>] [B<-base64>] +[B<-hex>] I<num> =head1 DESCRIPTION @@ -41,6 +42,10 @@ all others. Perform base64 encoding on the output. +=item B<-hex> + +Show the output as a hex string. + =back =head1 SEE ALSO diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod index a925da41f16a..f43c1752350f 100644 --- a/doc/apps/x509.pod +++ b/doc/apps/x509.pod @@ -155,7 +155,7 @@ outputs the "hash" of the certificate issuer name. =item B<-hash> -synonym for "-hash" for backward compatibility reasons. +synonym for "-subject_hash" for backward compatibility reasons. =item B<-subject> |