summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-07-19 22:29:38 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-07-19 22:29:38 +0200
commit631c43aa2e08459c6794f1f400c335462a01adf5 (patch)
treebea40e6166df7a13a121a4c234f937e340a319d3
parentcd662f52dc0ed565f5d61206622cf8de691cba44 (diff)
tm.3type: srcfix
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/tm.3type3
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/tm.3type b/man3/tm.3type
index 78e05a41a..4117b36a0 100644
--- a/man3/tm.3type
+++ b/man3/tm.3type
@@ -18,7 +18,8 @@ Standard C library
.BR " int tm_min;" " /* Minutes [" 0 ", " 59 "] */"
.BR " int tm_hour;" " /* Hour [" 0 ", " 23 "] */"
.BR " int tm_mday;" " /* Day of the month [" 1 ", " 31 "] */"
-.BR " int tm_mon;" " /* Month [" 0 ", " 11 "] (January = " 0 ") */"
+.BR " int tm_mon;" \
+" /* Month [" 0 ", " 11 "] (January = " 0 ") */"
.BR " int tm_year;" " /* Year minus " 1900 " */"
.BR " int tm_wday;" \
" /* Day of the week [" 0 ", " 6 "] (Sunday = " 0 ") */"