summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser
diff options
context:
space:
mode:
authortom <tom@openbsd.org>2004-03-09 17:39:33 +0000
committertom <tom@openbsd.org>2004-03-09 17:39:33 +0000
commitfa152b2907492e86e8a2513d5918f6eefabdd350 (patch)
treed230f39ed223bdf72ac0ac83a523ab55f571ed42 /usr.sbin/adduser
parentTypos (diff)
downloadwireguard-openbsd-fa152b2907492e86e8a2513d5918f6eefabdd350.tar.xz
wireguard-openbsd-fa152b2907492e86e8a2513d5918f6eefabdd350.zip
Clarify -unencrypted. Closes PR 3705.
ok otto@, nick@, millert@
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r--usr.sbin/adduser/adduser.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8
index e1a9d7e8501..27f80cb4de0 100644
--- a/usr.sbin/adduser/adduser.8
+++ b/usr.sbin/adduser/adduser.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: adduser.8,v 1.35 2004/01/23 23:08:47 jmc Exp $
+.\" $OpenBSD: adduser.8,v 1.36 2004/03/09 17:39:33 tom Exp $
.\"
.\" Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
.\" All rights reserved.
@@ -160,9 +160,9 @@ when generating UIDs.
.It Fl unencrypted
Causes the program to assume that the password given in batch mode is
unencrypted.
-The password will be encrypted before it's added to the password file.
-Use of this option will leave username and cleartext password displayable
-for any user.
+The password will be encrypted before being added to the password file.
+Use of this option is discouraged, as the username and cleartext password
+will appear in the process list, which is visible to users.
.It Fl verbose , v
Causes the program to print many warnings and questions.
This option is recommended for novice users.