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 /share/man | |
parent | af4732b160dadef1837e987c5166555a4ca520fe (diff) |
discuss consistently "the Epoch";
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/passwd.5 | 8 |
1 files changed, 4 insertions, 4 deletions
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 = ":"} |