diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-14 21:35:02 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-14 21:35:02 +0000 |
commit | 592b4684a393f187ed17f2dbde89e7e974b93bec (patch) | |
tree | 27021a1a3a7da6ee5ba8051ad9cddf8203ff8263 /usr.sbin/user | |
parent | 44ce7129fce40e129e05c87cdc90ad808c587ea4 (diff) |
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'usr.sbin/user')
-rw-r--r-- | usr.sbin/user/useradd.8 | 4 | ||||
-rw-r--r-- | usr.sbin/user/usermod.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/user/useradd.8 b/usr.sbin/user/useradd.8 index b2342cd9256..79705b83392 100644 --- a/usr.sbin/user/useradd.8 +++ b/usr.sbin/user/useradd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: useradd.8,v 1.12 2002/03/05 17:30:15 millert Exp $ +.\" $OpenBSD: useradd.8,v 1.13 2002/06/14 21:35:01 todd Exp $ .\" $NetBSD: useradd.8,v 1.10 2001/02/21 12:16:07 agc 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 Septemper 5, 2001 +.Dd September 5, 2001 .Dt USERADD 8 .Os .Sh NAME diff --git a/usr.sbin/user/usermod.8 b/usr.sbin/user/usermod.8 index 514a0b18cbd..456329da42c 100644 --- a/usr.sbin/user/usermod.8 +++ b/usr.sbin/user/usermod.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usermod.8,v 1.11 2001/09/18 01:50:44 millert Exp $ +.\" $OpenBSD: usermod.8,v 1.12 2002/06/14 21:35:01 todd Exp $ .\" $NetBSD: usermod.8,v 1.10 2001/02/21 12:16:07 agc Exp $ .\" .\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. @@ -129,7 +129,7 @@ file - it has the format: .It Fl L Ar login-class This option sets the login class for the user being created. See .Xr login.conf 5 -for more information on user login classes. Thie value can be preset +for more information on user login classes. This value can be preset for all users by using the .Ar class field in the |