summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Verkamp <daniel@drv.nu>2023-04-05 23:58:03 -0700
committerAlejandro Colomar <alx@kernel.org>2023-04-08 01:32:58 +0200
commitb332701ba6fc0ffa9bde65b7fd2ea9f9847b9221 (patch)
tree4aaea65ec3646163002df27b248e5e3f644d3f00
parent1e0716ee359bcffb07aaf664d248556a7bdea97c (diff)
stat.3type: tfix
Signed-off-by: Daniel Verkamp <daniel@drv.nu> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3type/stat.3type2
1 files changed, 1 insertions, 1 deletions
diff --git a/man3type/stat.3type b/man3type/stat.3type
index c511b4337..dd3c0aca5 100644
--- a/man3type/stat.3type
+++ b/man3type/stat.3type
@@ -35,7 +35,7 @@ Standard C library
.BR " struct timespec st_ctim;" " /* Time of last status change */"
.BR "#define st_atime st_atim.tv_sec" " /* Backward compatibility */"
-.B "#define st_mtine st_mtim.tv_sec"
+.B "#define st_mtime st_mtim.tv_sec"
.B "#define st_ctime st_ctim.tv_sec"
.B };
.EE