diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-08 04:37:03 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-08 04:37:03 +0000 |
commit | 152428c1e14402073534e5a6f5a9273dd6c31de4 (patch) | |
tree | 05d7185f5800a4f43c9a564bc623e35aa4033b37 /usr.bin/encrypt/encrypt.1 | |
parent | 5884e42160d357130edf290ebb3ca2c80c984d19 (diff) |
Slightly cleaner.
Diffstat (limited to 'usr.bin/encrypt/encrypt.1')
-rw-r--r-- | usr.bin/encrypt/encrypt.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/encrypt/encrypt.1 b/usr.bin/encrypt/encrypt.1 index ec8d06c26b3..d0a82d5fb23 100644 --- a/usr.bin/encrypt/encrypt.1 +++ b/usr.bin/encrypt/encrypt.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: encrypt.1,v 1.2 1996/08/08 02:10:20 downsj Exp $ +.\" $OpenBSD: encrypt.1,v 1.3 1996/08/08 04:37:01 downsj Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" @@ -58,6 +58,10 @@ is specified, reads one string per line from standard input, encrypting each one with the same .Ar salt . +Specifing the +.Ar string +on the command line should be discouraged; using the +standard input is more secure. .Sh SEE ALSO .Xr crypt 3 , .Xr adduser 8 |