summaryrefslogtreecommitdiffstats
path: root/usr.sbin/user
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2016-08-14 09:52:08 +0000
committertb <tb@openbsd.org>2016-08-14 09:52:08 +0000
commit7b0ba3521c020d0f5058702af9c11d0a21fbbc05 (patch)
tree67a3bb3f0bffae5f96636df7b5f3a596aa5901ce /usr.sbin/user
parentshorten genpkey; ok guenther (diff)
downloadwireguard-openbsd-7b0ba3521c020d0f5058702af9c11d0a21fbbc05.tar.xz
wireguard-openbsd-7b0ba3521c020d0f5058702af9c11d0a21fbbc05.zip
Xr encrypt(1) in the explanation of the -p option.
ok jmc
Diffstat (limited to 'usr.sbin/user')
-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.