aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-05-09 23:39:18 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-05-10 11:15:15 +1200
commit2faa0fbddf6825717d704f03e52192b2bf57556d (patch)
tree1dfe353aa0e593b6fe0f787fd7aee312c963cf10 /man3
parenta2d963a81cc7234e5ced9edf982b8ef7079d03be (diff)
downloadman-pages-2faa0fbddf6825717d704f03e52192b2bf57556d.tar.gz
tzset.3: ffix
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/tzset.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/tzset.3 b/man3/tzset.3
index e4660be8bb..c80da53f8b 100644
--- a/man3/tzset.3
+++ b/man3/tzset.3
@@ -37,7 +37,7 @@ tzset, tzname, timezone, daylight \- initialize time conversion information
.nf
.B #include <time.h>
.PP
-.B void tzset (void);
+.B void tzset(void);
.PP
.BI "extern char *" tzname [2];
.BI "extern long " timezone ;