Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/pwhash Make the format for -k clearer



details:   https://anonhg.NetBSD.org/src/rev/cdf05b0b9840
branches:  trunk
changeset: 748193:cdf05b0b9840
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Thu Oct 15 23:12:53 2009 +0000

description:
Make the format for -k clearer

diffstat:

 usr.bin/pwhash/pwhash.1 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 5a2f485b4099 -r cdf05b0b9840 usr.bin/pwhash/pwhash.1
--- a/usr.bin/pwhash/pwhash.1   Thu Oct 15 23:03:02 2009 +0000
+++ b/usr.bin/pwhash/pwhash.1   Thu Oct 15 23:12:53 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pwhash.1,v 1.5 2004/11/17 14:57:48 wiz Exp $
+.\"    $NetBSD: pwhash.1,v 1.6 2009/10/15 23:12:53 hubertf 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 12, 2004
+.Dd October 16, 2009
 .Dt PWHASH 1
 .Os
 .Sh NAME
@@ -52,8 +52,9 @@
 .It Fl k
 Run in
 .Xr makekey 8
-compatible mode; a single combined key and salt are read from standard
-input and the DES encrypted result is written to standard output without a
+compatible mode.
+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.



Home | Main Index | Thread Index | Old Index