summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-01-29 16:53:36 +0000
committerjmc <jmc@openbsd.org>2003-01-29 16:53:36 +0000
commite69a7a03904ab432c3d5f449894448f8a626fffe (patch)
tree9f59db8a23961afaabe9d5ae095f5c33b1c8be75 /usr.sbin/adduser
parentAlign this char array accessed as double, for paranoia reasons. (diff)
downloadwireguard-openbsd-e69a7a03904ab432c3d5f449894448f8a626fffe.tar.xz
wireguard-openbsd-e69a7a03904ab432c3d5f449894448f8a626fffe.zip
typos;
many tweaks by millert@ (thanks) thanks mpech@ for help with adduser(8) ok millert@
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r--usr.sbin/adduser/adduser.86
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8
index db4f7449993..27f81a75b42 100644
--- a/usr.sbin/adduser/adduser.8
+++ b/usr.sbin/adduser/adduser.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: adduser.8,v 1.26 2001/12/22 18:11:17 millert Exp $
+.\" $OpenBSD: adduser.8,v 1.27 2003/01/29 16:53:36 jmc Exp $
.\"
.\" Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
.\" All rights reserved.
@@ -34,6 +34,7 @@
.Nd add and delete users from the system
.Sh SYNOPSIS
.Nm adduser
+.Bk -words
.Oo Fl batch Ar username
.Oo Ar group Ns Op , Ns Ar group
.Ar ...
@@ -59,6 +60,7 @@
.Op Fl uid_end Ar uid
.Op Fl v | verbose
.Op Fl unencrypted
+.Ek
.Pp
.Nm rmuser Op Ar username
.Sh DESCRIPTION
@@ -176,7 +178,7 @@ Files named in the fashion of
.Dq Pa dot.foo
will be renamed to
.Dq Pa .foo
-int the new directory.
+in the new directory.
.It
Mails the new user a welcome message at the discretion of the account creator.
.El