summaryrefslogtreecommitdiff
path: root/usr.bin/passwd
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-04-20 19:02:53 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-04-20 19:02:53 +0000
commite340b3288ffeafb2da45972ad28618eb62473279 (patch)
tree36e49ba5c03cdc213e317df489d6f2f8ec4deae6 /usr.bin/passwd
parent02f8640c762c0778ef2a2dbb67607bb84ffda2e2 (diff)
Xr encrypt(1) to give people a hint if they just want a password string
Diffstat (limited to 'usr.bin/passwd')
-rw-r--r--usr.bin/passwd/passwd.15
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1
index c8bff266341..e03719937b6 100644
--- a/usr.bin/passwd/passwd.1
+++ b/usr.bin/passwd/passwd.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: passwd.1,v 1.35 2012/06/20 21:32:27 schwarze Exp $
+.\" $OpenBSD: passwd.1,v 1.36 2013/04/20 19:02:52 tedu Exp $
.\"
.\" Copyright (c) 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)passwd.1 6.11 (Berkeley) 7/24/91
.\"
-.Dd $Mdocdate: June 20 2012 $
+.Dd $Mdocdate: April 20 2013 $
.Dt PASSWD 1
.Os
.Sh NAME
@@ -152,6 +152,7 @@ file to clear the error.
.El
.Sh SEE ALSO
.Xr chpass 1 ,
+.Xr encrypt 1 ,
.Xr kinit 1 ,
.Xr login 1 ,
.Xr login.conf 5 ,