summaryrefslogtreecommitdiff
path: root/newctime.3
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2025-12-11 10:28:59 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2025-12-11 10:28:59 +0000
commit0d46d875e60091694abe5d38e0cbb4c8019bfd71 (patch)
tree5d52afe9fe7ccb0e9f4357ab8e9926be47b129a3 /newctime.3
parent76d3e9d6b36023210e896d00ecef2d19f0acd2d8 (diff)
Import tzcode 2025cvendor/tzcode/tzcode2025c
Diffstat (limited to 'newctime.3')
-rw-r--r--newctime.322
1 files changed, 11 insertions, 11 deletions
diff --git a/newctime.3 b/newctime.3
index 9d09e5a55bd9..6b85ec51be68 100644
--- a/newctime.3
+++ b/newctime.3
@@ -246,17 +246,17 @@ includes the following fields:
.PP
.nf
.ta 2n +\w'long tm_gmtoff;nn'u
- int tm_sec; /\(** seconds (0\*(en60) \(**/
- int tm_min; /\(** minutes (0\*(en59) \(**/
- int tm_hour; /\(** hours (0\*(en23) \(**/
- int tm_mday; /\(** day of month (1\*(en31) \(**/
- int tm_mon; /\(** month of year (0\*(en11) \(**/
- int tm_year; /\(** year \- 1900 \(**/
- int tm_wday; /\(** day of week (Sunday = 0) \(**/
- int tm_yday; /\(** day of year (0\*(en365) \(**/
- int tm_isdst; /\(** is daylight saving time in effect? \(**/
- char \(**tm_zone; /\(** time zone abbreviation (optional) \(**/
- long tm_gmtoff; /\(** offset from UT in seconds (optional) \(**/
+ int tm_sec; /* seconds (0\*(en60) */
+ int tm_min; /* minutes (0\*(en59) */
+ int tm_hour; /* hours (0\*(en23) */
+ int tm_mday; /* day of month (1\*(en31) */
+ int tm_mon; /* month of year (0\*(en11) */
+ int tm_year; /* year \- 1900 */
+ int tm_wday; /* day of week (Sunday = 0) */
+ int tm_yday; /* day of year (0\*(en365) */
+ int tm_isdst; /* is daylight saving time in effect? */
+ char *tm_zone; /* time zone abbreviation (optional) */
+ long tm_gmtoff; /* offset from UT in seconds (optional) */
.fi
.RE
.PP