]> git.ipfire.org Git - thirdparty/man-pages.git/commit
stime.2, time.2, utimensat.2, ctime.3, difftime.3, ftime.3, getspnam.3, mq_receive...
authorMichael Witten <mfwitten@gmail.com>
Sun, 17 Jan 2010 03:53:52 +0000 (04:53 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 17 Jan 2010 03:55:05 +0000 (04:55 +0100)
commitf49c451a62913eaf7f3ff03e6df66e2e0f33237b
treeed05109d6a2e80db46ac91d8a058e0bae9ec0015
parent884266b8f1d5b2bca6eb42fd8118313e29caa6ac
stime.2, time.2, utimensat.2, ctime.3, difftime.3, ftime.3, getspnam.3, mq_receive.3, mq_send.3, rtime.3, sem_wait.3, strftime.3, strptime.3, timeradd.3, rtc.4, core.5, proc.5, icmp.7, time.7: Global fix: Consistently define the Epoch

All definitions of the Epoch have been refactored to the following:

  1970-01-01 00:00:00 +0000 (UTC)

That form is more consistent, logical, precise, and internationally
recognizable than the other variants.

Also, some wording has been altered as well.

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
19 files changed:
man2/stime.2
man2/time.2
man2/utimensat.2
man3/ctime.3
man3/difftime.3
man3/ftime.3
man3/getspnam.3
man3/mq_receive.3
man3/mq_send.3
man3/rtime.3
man3/sem_wait.3
man3/strftime.3
man3/strptime.3
man3/timeradd.3
man4/rtc.4
man5/core.5
man5/proc.5
man7/icmp.7
man7/time.7