Module Name:    src
Committed By:   abhinav
Date:           Tue May 24 06:15:44 UTC 2016

Modified Files:
        src/usr.bin/pwhash: pwhash.1

Log Message:
md5 is a hashing algorithm, don't say it is used for encryption.
Ok by wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/pwhash/pwhash.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/pwhash/pwhash.1
diff -u src/usr.bin/pwhash/pwhash.1:1.7 src/usr.bin/pwhash/pwhash.1:1.8
--- src/usr.bin/pwhash/pwhash.1:1.7	Fri Oct 16 08:09:12 2009
+++ src/usr.bin/pwhash/pwhash.1	Tue May 24 06:15:43 2016
@@ -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 
 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

Reply via email to