From ad86060357a590405f459f58bf9cdf4999264f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Fri, 18 Feb 2000 11:51:58 +0000 Subject: [PATCH] Change the example to show apr1 with an 8-character salt. --- doc/apps/passwd.pod | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- GitLab