diff options
Diffstat (limited to 'usr.bin/encrypt/encrypt.1')
-rw-r--r-- | usr.bin/encrypt/encrypt.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/encrypt/encrypt.1 b/usr.bin/encrypt/encrypt.1 index 69767f1dbf9..35924edf331 100644 --- a/usr.bin/encrypt/encrypt.1 +++ b/usr.bin/encrypt/encrypt.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: encrypt.1,v 1.13 2000/03/05 00:28:52 aaron Exp $ +.\" $OpenBSD: encrypt.1,v 1.14 2000/03/05 20:09:22 aaron Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" @@ -69,7 +69,8 @@ If no is specified, .Nm reads one string per line from standard input, encrypting each one -with the chosen algorithm from above. In case that no specific algorithm +with the chosen algorithm from above. +In case that no specific algorithm was given as a command line option, the default will be looked up from .Pa /etc/passwd.conf . .Pp |