DOCS: Update the page for 'openssl passwd' to not duplicate some info
authorRichard Levitte <levitte@openssl.org>
Tue, 7 Sep 2021 09:48:07 +0000 (11:48 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 8 Sep 2021 14:26:55 +0000 (16:26 +0200)
The options -1 and -apr1 were mentioned in DESCRIPTION, not mentioning
any other options or even mentioning that there are more algorithms.
The simple fix is to remove that sentence and let the OPTIONS section
speak for itself.

Fixes #16529

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16531)

doc/man1/openssl-passwd.pod.in

index ed68bab4956ae29b079bead83a7c37a98f358d7f..314fe4fe7248a8ab10226d299037abc142826a05 100644 (file)
@@ -31,8 +31,6 @@ This command computes the hash of a password typed at
 run-time or the hash of each password in a list.  The password list is
 taken from the named file for option B<-in>, from stdin for
 option B<-stdin>, or from the command line, or from the terminal otherwise.
-The MD5-based BSD password algorithm B<-1>, its Apache variant B<-apr1>,
-and its AIX variant are available.
 
 =head1 OPTIONS