diff options
author | 1996-08-08 02:10:20 +0000 | |
---|---|---|
committer | 1996-08-08 02:10:20 +0000 | |
commit | 2d345b9e65a17bac37b488d21e3665e7e2d692a1 (patch) | |
tree | 7d7114256bdf0b9cc0ad226fa1c40f3491c0ccee | |
parent | Add encrypt(1) (diff) | |
download | wireguard-openbsd-2d345b9e65a17bac37b488d21e3665e7e2d692a1.tar.xz wireguard-openbsd-2d345b9e65a17bac37b488d21e3665e7e2d692a1.zip |
xref crypt(3) as well
-rw-r--r-- | usr.bin/encrypt/encrypt.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/encrypt/encrypt.1 b/usr.bin/encrypt/encrypt.1 index 9ab3a57989b..ec8d06c26b3 100644 --- a/usr.bin/encrypt/encrypt.1 +++ b/usr.bin/encrypt/encrypt.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: encrypt.1,v 1.1 1996/08/08 02:07:22 downsj Exp $ +.\" $OpenBSD: encrypt.1,v 1.2 1996/08/08 02:10:20 downsj Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" @@ -59,6 +59,7 @@ reads one string per line from standard input, encrypting each one with the same .Ar salt . .Sh SEE ALSO +.Xr crypt 3 , .Xr adduser 8 .Sh HISTORY .Nm encrypt |