summaryrefslogtreecommitdiff
path: root/usr.sbin/user/useradd.8
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2016-08-14 09:52:09 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2016-08-14 09:52:09 +0000
commitde712d68bb1c23aea8e2cdd30ad4e1b5df6bda9e (patch)
treef83b788756cd272c041f094102e20081596c629d /usr.sbin/user/useradd.8
parent0811843fa798bd54800b3b7d5b351378c9079cf9 (diff)
Xr encrypt(1) in the explanation of the -p option.
ok jmc
Diffstat (limited to 'usr.sbin/user/useradd.8')
-rw-r--r--usr.sbin/user/useradd.88
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/user/useradd.8 b/usr.sbin/user/useradd.8
index ed435e36a26..df39f3cade9 100644
--- a/usr.sbin/user/useradd.8
+++ b/usr.sbin/user/useradd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: useradd.8,v 1.33 2015/09/12 15:14:11 schwarze Exp $
+.\" $OpenBSD: useradd.8,v 1.34 2016/08/14 09:52:08 tb Exp $
.\" $NetBSD: useradd.8,v 1.26 2003/02/25 10:36:21 wiz Exp $
.\"
.\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved.
@@ -31,7 +31,7 @@
.\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd $Mdocdate: September 12 2015 $
+.Dd $Mdocdate: August 14 2016 $
.Dt USERADD 8
.Os
.Sh NAME
@@ -210,7 +210,9 @@ Create a new home directory for the new user.
.It Fl o
Allow the new user to have a UID which is already in use for another user.
.It Fl p Ar password
-Specifies an already-encrypted password for the new user.
+Specifies a password encrypted with
+.Xr encrypt 1
+for the new user.
This password can then be changed by using the
.Xr chpass 1
utility.