summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-04-25 07:35:21 +0000
committerjmc <jmc@openbsd.org>2005-04-25 07:35:21 +0000
commitf4590bb1cf1d39b858864fc0a5a86b45ad0e9a63 (patch)
treedc003dda22a501754e69fb78642538a4a68b53f1 /usr.sbin/adduser
parent- don't loop infinitely after a missed "mouse up" event (diff)
downloadwireguard-openbsd-f4590bb1cf1d39b858864fc0a5a86b45ad0e9a63.tar.xz
wireguard-openbsd-f4590bb1cf1d39b858864fc0a5a86b45ad0e9a63.zip
- login names may contain underscores
- reference to setlogin(2) BUGS was irrelevant, so remove it - mark up `$' from ray; ok 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 27f80cb4de0..2eb1ff1816b 100644
--- a/usr.sbin/adduser/adduser.8
+++ b/usr.sbin/adduser/adduser.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: adduser.8,v 1.36 2004/03/09 17:39:33 tom Exp $
+.\" $OpenBSD: adduser.8,v 1.37 2005/04/25 07:35:21 jmc Exp $
.\"
.\" Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
.\" All rights reserved.
@@ -230,9 +230,9 @@ politely refuses to remove users whose UID is 0 (typically root).
It is recommended that login names contain only lowercase characters
and digits.
They may also contain uppercase characters, non-leading hyphens,
-periods, and a trailing '$'.
-Login names may not be longer than 31 characters (see BUGS section of
-.Xr setlogin 2 ) .
+periods, underscores, and a trailing
+.Ql $ .
+Login names may not be longer than 31 characters.
.\" The reasons for this limit are "Historical".
.\" Given that people have traditionally wanted to break this
.\" limit for aesthetic reasons, it's never been of great importance to break