From 78d06397b1109877512133edbc7d4941b36b1200 Mon Sep 17 00:00:00 2001 From: Igor Kolesnik Date: Tue, 24 Feb 2026 16:00:32 +0100 Subject: [PATCH] tm(3): fix field name tm_isdt -> tm_isdst Fixed the mistyped field name in the man page for struct tm. Was tm_isdt, should be tm_isdst. --- share/man/man3/tm.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man3/tm.3 b/share/man/man3/tm.3 index ad3afe790cd7d..bcc1c4d1b522a 100644 --- a/share/man/man3/tm.3 +++ b/share/man/man3/tm.3 @@ -50,7 +50,7 @@ The following standards-compliant fields are present: .It Vt int Ta Va tm_year Ta Years since 1900 Ta .It Vt int Ta Va tm_wday Ta Days since Sunday Ta [0, 6] .It Vt int Ta Va tm_yday Ta Days since January 1 Ta [0, 365] -.It Vt int Ta Va tm_isdt Ta Positive if daylight savings Ta >= 0 +.It Vt int Ta Va tm_isdst Ta Positive if daylight savings Ta >= 0 .El .Pp The