Xr encrypt(1) here as well to be consistent with useradd(8).
authortb <tb@openbsd.org>
Tue, 16 Aug 2016 11:33:07 +0000 (11:33 +0000)
committertb <tb@openbsd.org>
Tue, 16 Aug 2016 11:33:07 +0000 (11:33 +0000)
ok jmc

usr.sbin/user/usermgmt.conf.5
usr.sbin/user/usermod.8

index 2aa98e7..087e009 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usermgmt.conf.5,v 1.12 2016/01/08 20:26:54 zhuk Exp $
+.\" $OpenBSD: usermgmt.conf.5,v 1.13 2016/08/16 11:33:07 tb Exp $
 .\" $NetBSD: usermgmt.conf.5,v 1.3 2002/10/02 13:49:11 grant Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: January 8 2016 $
+.Dd $Mdocdate: August 16 2016 $
 .Dt USERMGMT.CONF 5
 .Os
 .Sh NAME
@@ -92,7 +92,8 @@ Also see the
 .Ar expire
 field.
 .It Ic password
-Specifies an already-encrypted default password.
+Specifies a default password encrypted with
+.Xr encrypt 1 .
 .It Ic preserve
 If this value is one of
 .Ql true ,
index 73f8fb0..985ade8 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usermod.8,v 1.32 2015/09/12 15:14:11 schwarze Exp $
+.\" $OpenBSD: usermod.8,v 1.33 2016/08/16 11:33:07 tb Exp $
 .\" $NetBSD: usermod.8,v 1.17 2003/02/14 16:11:37 grant 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 16 2016 $
 .Dt USERMOD 8
 .Os
 .Sh NAME
@@ -161,7 +161,9 @@ is needed.
 .It Fl o
 Allows duplicate UIDs to be given.
 .It Fl p Ar password
-Specifies an already-encrypted password for the user.
+Specifies a password encrypted with
+.Xr encrypt 1
+for the user.
 This password can then be changed by using the
 .Xr chpass 1
 utility.