From: tb Date: Sun, 14 Aug 2016 09:52:08 +0000 (+0000) Subject: Xr encrypt(1) in the explanation of the -p option. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7b0ba3521c020d0f5058702af9c11d0a21fbbc05;p=openbsd Xr encrypt(1) in the explanation of the -p option. ok jmc --- 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.