Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/time/ctime.3,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/time/ctime.3,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.58.2.1 retrieving revision 1.58.2.2 diff -u -p -r1.58.2.1 -r1.58.2.2 --- src/lib/libc/time/ctime.3 2018/05/21 04:35:55 1.58.2.1 +++ src/lib/libc/time/ctime.3 2018/10/20 06:58:22 1.58.2.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: ctime.3,v 1.58.2.1 2018/05/21 04:35:55 pgoyette Exp $ +.\" $NetBSD: ctime.3,v 1.58.2.2 2018/10/20 06:58:22 pgoyette Exp $ .\" .\" XXX: License missing? .\" @@ -158,7 +158,7 @@ functions are like their unsuffixed counterparts, except that they accept an extra initial .Ar zone -argument specifying the time zone to be used for conversion. +argument specifying the timezone to be used for conversion. If .Fa zone is @@ -196,7 +196,7 @@ is comparable to .Fn gmtime . However, .Fn localtime -corrects for the time zone and any time zone adjustments +corrects for the timezone and any timezone adjustments (such as Daylight Saving Time in the U.S.A.). After filling in the .Va tm @@ -205,7 +205,7 @@ structure, the function sets the element of .Fa tzname to a pointer to an -ASCII string that is the time zone abbreviation to be used with +ASCII string that is the timezone abbreviation to be used with .Fn localtime Ns 's return value. .It Fn localtime_r "clock" "result" @@ -441,11 +441,11 @@ function returns string containing the n .Sh FILES .Bl -tag -width /usr/share/zoneinfo/posixrules -compact .It Pa /etc/localtime -local time zone file +local timezone file .It Pa /usr/share/zoneinfo -time zone information directory -.\" .It Pa usr/share/zoneinfo/localtime -.\" local time zone file +timezone information directory +.It Pa usr/share/zoneinfo/localtime +local timezone file .It Pa /usr/share/zoneinfo/posixrules used with POSIX-style TZ's .It Pa /usr/share/zoneinfo/GMT @@ -511,7 +511,7 @@ can be freed or overwritten by later cal .Fn tzfree , and .Fn tzset , -if these functions affect the time zone information that specifies the +if these functions affect the timezone information that specifies the abbreviation in question. The remaining functions and data are thread-safe. The functions that do take an explicit