summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2022-08-19 21:08:57 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-08-20 01:30:26 +0200
commitdcd1ee44b80a3089850db837b64feb6dfae49b43 (patch)
tree2ae402f76f52050847963c78bd2d713dfc8b34c1
parente83dc40baea9aed1c20411eacc0f08ee3ff49d53 (diff)
tm.3type: tfix
Signed-off-by: Jakub Wilk <jwilk@jwilk.net> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3type/tm.3type4
1 files changed, 2 insertions, 2 deletions
diff --git a/man3type/tm.3type b/man3type/tm.3type
index 2cec54736..450bfbfe5 100644
--- a/man3type/tm.3type
+++ b/man3type/tm.3type
@@ -50,7 +50,7 @@ Feature Test Macro Requirements for glibc (see
Describes time, broken down into distinct components.
.PP
.I tm_isdst
-describes wether daylight saving time is in effect at the time described.
+describes whether daylight saving time is in effect at the time described.
The value is positive if daylight saving time is in effect,
zero if it is not,
and negative if the information is not available.
@@ -101,7 +101,7 @@ The
field provides an alternative (with the opposite sign) for those systems.
.PP
.I tm_zone
-points to static storage and may be overriden on subsequent calls to
+points to static storage and may be overridden on subsequent calls to
.BR localtime (3)
and similar functions (however, this never happens under glibc).
.SH SEE ALSO