[PATCH v2] utime.2: ERRORS: add EFAULT
From: Ma Xinjian <hidden>
Date: 2024-07-10 08:20:53
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Ma Xinjian <hidden>
Date: 2024-07-10 08:20:53
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Ma Xinjian <redacted> --- man/man2/utime.2 | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/man/man2/utime.2 b/man/man2/utime.2
index f4858d3e3..78e6eec2f 100644
--- a/man/man2/utime.2
+++ b/man/man2/utime.2@@ -132,6 +132,10 @@ or the .B CAP_FOWNER capability). .TP +.B EFAULT +.I filename +points to an invalid address. +.TP .B ENOENT .I filename does not exist.
--
2.18.1