summaryrefslogtreecommitdiff
path: root/usr.sbin/user
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-06-26 09:40:53 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-06-26 09:40:53 +0000
commit8e65e7993ffcdab5fcd9b96d078a7cf22eaea235 (patch)
tree0d2162e9d40b18616fd4a39ec014003b80654fb2 /usr.sbin/user
parent5596e6b670e5b69d97ff26f6639796f601c38bbc (diff)
should have updated all of these first - the same wordo in them all.
also, section order for usermgmt.conf.5 was wrong.
Diffstat (limited to 'usr.sbin/user')
-rw-r--r--usr.sbin/user/useradd.84
-rw-r--r--usr.sbin/user/usermgmt.conf.518
-rw-r--r--usr.sbin/user/usermod.84
3 files changed, 13 insertions, 13 deletions
diff --git a/usr.sbin/user/useradd.8 b/usr.sbin/user/useradd.8
index c3a8658569b..fd2dace1831 100644
--- a/usr.sbin/user/useradd.8
+++ b/usr.sbin/user/useradd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: useradd.8,v 1.21 2004/06/14 17:11:46 millert Exp $
+.\" $OpenBSD: useradd.8,v 1.22 2004/06/26 09:40:52 jmc Exp $
.\" $NetBSD: useradd.8,v 1.26 2003/02/25 10:36:21 wiz Exp $
.\"
.\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved.
@@ -276,7 +276,7 @@ Other implementations of the
utility use the
.Ar inactive-time
parameter to refer to the maximum number of days allowed between logins (this
-us used to lock "stale" accounts that have not been used for a period of time).
+is used to lock "stale" accounts that have not been used for a period of time).
However, on
.Ox
systems this parameter refers instead to the password change time.
diff --git a/usr.sbin/user/usermgmt.conf.5 b/usr.sbin/user/usermgmt.conf.5
index 49e5dac4e41..fbd9b83383c 100644
--- a/usr.sbin/user/usermgmt.conf.5
+++ b/usr.sbin/user/usermgmt.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usermgmt.conf.5,v 1.5 2004/06/14 17:11:46 millert Exp $
+.\" $OpenBSD: usermgmt.conf.5,v 1.6 2004/06/26 09:40:52 jmc Exp $
.\" $NetBSD: usermgmt.conf.5,v 1.3 2002/10/02 13:49:11 grant Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -124,26 +124,26 @@ with which to populate the new user's home directory.
.It Pa /etc/skel/*
.It Pa /etc/login.conf
.El
+.Sh SEE ALSO
+.Xr login.conf 5 ,
+.Xr passwd 5 ,
+.Xr user 8 ,
+.Xr useradd 8 ,
+.Xr userdel 8 ,
+.Xr usermod 8
.Sh STANDARDS
Other implementations of the
.Xr user 8
utilities use the
.Ar inactive-time
parameter to refer to the maximum number of days allowed between logins (this
-us used to lock "stale" accounts that have not been used for a period of time).
+is used to lock "stale" accounts that have not been used for a period of time).
However, on
.Ox
systems this parameter refers instead to the password change time.
This is due to differences in the
.Xr passwd 5
database compared to other operating systems.
-.Sh SEE ALSO
-.Xr login.conf 5 ,
-.Xr passwd 5 ,
-.Xr user 8 ,
-.Xr useradd 8 ,
-.Xr userdel 8 ,
-.Xr usermod 8
.Sh HISTORY
The
.Nm
diff --git a/usr.sbin/user/usermod.8 b/usr.sbin/user/usermod.8
index d4d46c640f1..bacbd2215af 100644
--- a/usr.sbin/user/usermod.8
+++ b/usr.sbin/user/usermod.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usermod.8,v 1.18 2004/06/14 17:11:46 millert Exp $
+.\" $OpenBSD: usermod.8,v 1.19 2004/06/26 09:40:52 jmc Exp $
.\" $NetBSD: usermod.8,v 1.17 2003/02/14 16:11:37 grant Exp $
.\"
.\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved.
@@ -228,7 +228,7 @@ Other implementations of the
utility use the
.Ar inactive-time
parameter to refer to the maximum number of days allowed between logins (this
-us used to lock "stale" accounts that have not been used for a period of time).
+is used to lock "stale" accounts that have not been used for a period of time).
However, on
.Ox
systems this parameter refers instead to the password change time.