summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordownsj <downsj@openbsd.org>1996-08-08 02:10:20 +0000
committerdownsj <downsj@openbsd.org>1996-08-08 02:10:20 +0000
commit2d345b9e65a17bac37b488d21e3665e7e2d692a1 (patch)
tree7d7114256bdf0b9cc0ad226fa1c40f3491c0ccee
parentAdd encrypt(1) (diff)
downloadwireguard-openbsd-2d345b9e65a17bac37b488d21e3665e7e2d692a1.tar.xz
wireguard-openbsd-2d345b9e65a17bac37b488d21e3665e7e2d692a1.zip
xref crypt(3) as well
-rw-r--r--usr.bin/encrypt/encrypt.13
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