summaryrefslogtreecommitdiff
path: root/newctime.3.txt
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2026-03-02 17:21:42 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2026-03-02 17:21:42 +0000
commitcd59570c180e34a6716c2d61a3047ac2f9407795 (patch)
treeb497c0ef940ed1c5c5bed2fa08b87e03d81b7924 /newctime.3.txt
parent0d46d875e60091694abe5d38e0cbb4c8019bfd71 (diff)
Diffstat (limited to 'newctime.3.txt')
-rw-r--r--newctime.3.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/newctime.3.txt b/newctime.3.txt
index 319640b84111..5ee242d00921 100644
--- a/newctime.3.txt
+++ b/newctime.3.txt
@@ -90,7 +90,7 @@ DESCRIPTION
years. This function is deprecated starting in C23. Callers can use
strftime instead.
- The ctime function is equivalent to calliing localtime and then calling
+ The ctime function is equivalent to calling localtime and then calling
asctime on the result. Like asctime, this function is deprecated
starting in C23. Callers can use localtime and strftime instead.
@@ -144,10 +144,9 @@ DESCRIPTION
older platforms, as required by POSIX.
FILES
- /etc/localtime local timezone file
- /usr/share/zoneinfo timezone directory
- /usr/share/zoneinfo/posixrules default DST rules (obsolete)
- /usr/share/zoneinfo/GMT for UTC leap seconds
+ /etc/localtime local timezone file
+ /usr/share/zoneinfo timezone directory
+ /usr/share/zoneinfo/GMT for UTC leap seconds
If /usr/share/zoneinfo/GMT is absent, UTC leap seconds are loaded from
/usr/share/zoneinfo/GMT0 if present.