From: Bodo Möller Date: Fri, 18 Feb 2000 11:51:58 +0000 (+0000) Subject: Change the example to show apr1 with an 8-character salt. X-Git-Tag: OpenSSL_0_9_5beta1~45 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=ad86060357a590405f459f58bf9cdf4999264f4f Change the example to show apr1 with an 8-character salt. --- diff --git a/doc/apps/passwd.pod b/doc/apps/passwd.pod index 3d3f757623..cee6a2f172 100644 --- a/doc/apps/passwd.pod +++ b/doc/apps/passwd.pod @@ -9,12 +9,12 @@ passwd - compute password hashes B [B<-crypt>] [B<-apr1>] -[B<-salt string>] -[B<-in file>] +[B<-salt> I] +[B<-in> I] [B<-stdin>] [B<-quiet>] [B<-table>] -{B} +{I} =head1 DESCRIPTION @@ -37,13 +37,13 @@ Use the B algorithm (default). Use the B algorithm. -=item B<-salt string> +=item B<-salt> I Use the specified salt. -=item B<-in file> +=item B<-in> I -Read passwords from B. +Read passwords from I. =item B<-stdin> @@ -60,10 +60,10 @@ to each password hash. =back -=head1 EXAMPLE +=head1 EXAMPLES B prints B. -B prints B<$apr1$xx$2eRrCdRwKOfJOth0w31wR.>. +B prints B<$apr1$xxxxxxxx$dxHfLAsjHkDRmG83UXe8K0>. =cut