diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 17:44:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 17:44:52 +0000 |
commit | 24cc20d8a6abefe331f8f9d34f721f1b3be5b22b (patch) | |
tree | 3fb67f182b19a0159c487bb36e27a1abdcb3f7ad | |
parent | af4732b160dadef1837e987c5166555a4ca520fe (diff) |
discuss consistently "the Epoch";
-rw-r--r-- | lib/libcompat/4.1/ftime.3 | 2 | ||||
-rw-r--r-- | share/man/man5/passwd.5 | 8 | ||||
-rw-r--r-- | usr.bin/ar/ar.5 | 4 | ||||
-rw-r--r-- | usr.bin/kdump/kdump.1 | 4 | ||||
-rw-r--r-- | usr.bin/last/last.1 | 4 | ||||
-rw-r--r-- | usr.sbin/user/useradd.8 | 6 | ||||
-rw-r--r-- | usr.sbin/user/usermgmt.conf.5 | 4 | ||||
-rw-r--r-- | usr.sbin/user/usermod.8 | 4 |
8 files changed, 18 insertions, 18 deletions
diff --git a/lib/libcompat/4.1/ftime.3 b/lib/libcompat/4.1/ftime.3 index 3f391480859..506524a6746 100644 --- a/lib/libcompat/4.1/ftime.3 +++ b/lib/libcompat/4.1/ftime.3 @@ -63,7 +63,7 @@ struct timeb }; .Ed .Pp -The structure contains the time since the epoch in seconds, +The structure contains the time since the Epoch in seconds, up to 1000 milliseconds of more-precise interval, the local time zone (measured in minutes of time westward from Greenwich), and a flag that, if nonzero, indicates that diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5 index eb19fb069ae..c91dfe97964 100644 --- a/share/man/man5/passwd.5 +++ b/share/man/man5/passwd.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: passwd.5,v 1.31 2005/08/02 17:51:26 jmc Exp $ +.\" $OpenBSD: passwd.5,v 1.32 2007/02/06 17:44:51 jmc Exp $ .\" $NetBSD: passwd.5,v 1.4 1995/07/28 06:46:05 phil Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 @@ -159,13 +159,13 @@ database should be used. .Pp The .Ar change -field is the number in seconds, GMT, from the epoch, until the +field is the number in seconds, GMT, from the Epoch, until the password for the account must be changed. This field may be left empty to turn off the password aging feature. .Pp The .Ar expire -field is the number in seconds, GMT, from the epoch, until the +field is the number in seconds, GMT, from the Epoch, until the account expires. This field may be left empty to turn off the account aging feature. .Pp @@ -310,7 +310,7 @@ To set .Ar change and .Ar expire -use the current day in seconds from the epoch plus the number of seconds +use the current day in seconds from the Epoch plus the number of seconds of offset desired. .Bd -literal -offset indent BEGIN { FS = ":"} diff --git a/usr.bin/ar/ar.5 b/usr.bin/ar/ar.5 index a8e3b7cfb45..223a71d6865 100644 --- a/usr.bin/ar/ar.5 +++ b/usr.bin/ar/ar.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ar.5,v 1.7 2003/06/10 09:12:09 jmc Exp $ +.\" $OpenBSD: ar.5,v 1.8 2007/02/06 17:44:51 jmc Exp $ .\" $NetBSD: ar.5,v 1.2 1995/03/25 06:39:38 glass Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -69,7 +69,7 @@ The modification time is the file field, i.e., .Dv CUT seconds since -the epoch. +the Epoch. The user and group IDs are the file .Fa st_uid and diff --git a/usr.bin/kdump/kdump.1 b/usr.bin/kdump/kdump.1 index 5ff6b914d43..735b424f20d 100644 --- a/usr.bin/kdump/kdump.1 +++ b/usr.bin/kdump/kdump.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kdump.1,v 1.14 2006/05/11 12:26:42 jmc Exp $ +.\" $OpenBSD: kdump.1,v 1.15 2007/02/06 17:44:51 jmc Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -97,7 +97,7 @@ specified. .It Fl R Display relative timestamps (time since previous entry). .It Fl T -Display absolute timestamps for each entry (seconds since epoch). +Display absolute timestamps for each entry (seconds since the Epoch). .It Fl t Op ceinsw Selects which tracepoints to display. See the diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1 index 6a82ba26044..8af70eeddc9 100644 --- a/usr.bin/last/last.1 +++ b/usr.bin/last/last.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: last.1,v 1.24 2006/10/27 07:26:38 jmc Exp $ +.\" $OpenBSD: last.1,v 1.25 2007/02/06 17:44:51 jmc Exp $ .\" $NetBSD: last.1,v 1.3 1994/12/21 22:41:23 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -152,7 +152,7 @@ The format is also supported, but is deprecated. .It Fl s -Display time values in seconds since the epoch, instead of formatted dates. +Display time values in seconds since the Epoch, instead of formatted dates. .It Fl T Display better time information, including seconds. .It Fl t Ar tty diff --git a/usr.sbin/user/useradd.8 b/usr.sbin/user/useradd.8 index fd2dace1831..e7f10cf021e 100644 --- a/usr.sbin/user/useradd.8 +++ b/usr.sbin/user/useradd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: useradd.8,v 1.22 2004/06/26 09:40:52 jmc Exp $ +.\" $OpenBSD: useradd.8,v 1.23 2007/02/06 17:44:51 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. @@ -133,7 +133,7 @@ It should be entered in the form .Dq month day year , where month is the month name (the first three characters are sufficient), day is the day of the month, and year is the year. -Time in seconds since the epoch (UTC) is also valid. +Time in seconds since the Epoch (UTC) is also valid. A value of 0 can be used to disable this feature. .It Fl f Ar inactive-time sets the time at which passwords of new accounts will expire. @@ -189,7 +189,7 @@ It should be entered in the form .Dq month day year , where month is the month name (the first three characters are sufficient), day is the day of the month, and year is the year. -Time in seconds since the epoch (UTC) is also valid. +Time in seconds since the Epoch (UTC) is also valid. A value of 0 can be used to disable this feature. See .Xr passwd 5 diff --git a/usr.sbin/user/usermgmt.conf.5 b/usr.sbin/user/usermgmt.conf.5 index fbd9b83383c..27fb5d60900 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.6 2004/06/26 09:40:52 jmc Exp $ +.\" $OpenBSD: usermgmt.conf.5,v 1.7 2007/02/06 17:44:51 jmc Exp $ .\" $NetBSD: usermgmt.conf.5,v 1.3 2002/10/02 13:49:11 grant Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -74,7 +74,7 @@ fields should be entered in the form .Dq month day year , where month is the month name (the first three characters are sufficient), day is the day of the month, and year is the year. -Time in seconds since the epoch (UTC) is also valid. +Time in seconds since the Epoch (UTC) is also valid. A value of 0 can be used to disable this feature. .It Ic group sets the default primary group for new users. diff --git a/usr.sbin/user/usermod.8 b/usr.sbin/user/usermod.8 index bacbd2215af..3f29b40e404 100644 --- a/usr.sbin/user/usermod.8 +++ b/usr.sbin/user/usermod.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usermod.8,v 1.19 2004/06/26 09:40:52 jmc Exp $ +.\" $OpenBSD: usermod.8,v 1.20 2007/02/06 17:44:51 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. @@ -91,7 +91,7 @@ It should be entered in the form .Dq month day year , where month is the month name (the first three characters are sufficient), day is the day of the month, and year is the year. -Time in seconds since the epoch (UTC) is also valid. +Time in seconds since the Epoch (UTC) is also valid. A value of 0 can be used to disable this feature. This value can be preset for new users using the .Ar expire |