From 743e3b45513427894ef85a8f112d4ef2057ecd0a Mon Sep 17 00:00:00 2001 From: abhinav Date: Tue, 24 May 2016 06:15:43 +0000 Subject: [PATCH] md5 is a hashing algorithm, don't say it is used for encryption. Ok by wiz@ --- usr.bin/pwhash/pwhash.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/pwhash/pwhash.1 b/usr.bin/pwhash/pwhash.1 index c677719cec62..96bae7c857be 100644 --- a/usr.bin/pwhash/pwhash.1 +++ b/usr.bin/pwhash/pwhash.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pwhash.1,v 1.7 2009/10/16 08:09:12 wiz Exp $ +.\" $NetBSD: pwhash.1,v 1.8 2016/05/24 06:15:43 abhinav Exp $ .\" $OpenBSD: encrypt.1,v 1.16 2000/11/09 17:52:07 aaron Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd October 16, 2009 +.Dd May 24, 2016 .Dt PWHASH 1 .Os .Sh NAME @@ -57,7 +57,7 @@ A single combined key (eight chars) and salt (two chars) with no intermediate space are read from standard input and the DES encrypted result is written to standard output without a terminating newline. .It Fl m -Encrypt the string using MD5. +Hash the string using MD5. .It Fl p Prompt for a single string with echo turned off. .It Fl S Ar rounds