summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser
diff options
context:
space:
mode:
authorlum <lum@openbsd.org>2011-05-11 07:05:35 +0000
committerlum <lum@openbsd.org>2011-05-11 07:05:35 +0000
commit6d24ab64649f3a11b350b50ea24547c252b42083 (patch)
tree610ab12074b734cd952b47787e36b21162df09e6 /usr.sbin/adduser
parentremove support for authorized_keys2; it is a relic from the early days (diff)
downloadwireguard-openbsd-6d24ab64649f3a11b350b50ea24547c252b42083.tar.xz
wireguard-openbsd-6d24ab64649f3a11b350b50ea24547c252b42083.zip
Tweak previous from jmc@
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r--usr.sbin/adduser/adduser.810
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8
index 3858b4e52db..e148ca7c085 100644
--- a/usr.sbin/adduser/adduser.8
+++ b/usr.sbin/adduser/adduser.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: adduser.8,v 1.40 2011/05/10 16:49:07 lum Exp $
+.\" $OpenBSD: adduser.8,v 1.41 2011/05/11 07:05:35 lum Exp $
.\"
.\" Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" SUCH DAMAGE.
.\"
.\" $From: adduser.8,v 1.12 1996/08/28 17:54:13 adam Exp $
-.Dd $Mdocdate: May 10 2011 $
+.Dd $Mdocdate: May 11 2011 $
.Dt ADDUSER 8
.Os
.Sh NAME
@@ -373,8 +373,7 @@ is
.Dq Prof. Falken .
The password has been created using
.Xr encrypt 1 :
-.Pp
-.Bd -literal -offset inedent
+.Bd -literal -offset indent
# adduser -batch falken guest,staff,beer 'Prof. Falken' \e
$2a$06$1Sdjxjoxg4cNmT6zAxriGOLgdLXQ3HdJ2dKBbzEk68jSrO1EtLJ3C
.Ed
@@ -386,8 +385,7 @@ in login group
Start the free UID search at 5000.
No other groups, no realname, no password.
Send a welcome message:
-.Pp
-.Bd -literal -offset inedent
+.Bd -literal -offset indent
# adduser -uid_start 5000 -group guest \e
-message /etc/adduser.message -batch vehlefanz
.Ed