[PATCH] utime.2: ERRORS: add EFAULT
From: Ma Xinjian <hidden>
Date: 2024-07-03 03:52:30
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Ma Xinjian <hidden>
Date: 2024-07-03 03:52:30
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Ma Xinjian <redacted> --- man/man2/utime.2 | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/man/man2/utime.2 b/man/man2/utime.2
index f4858d3e3..253f1fd3a 100644
--- a/man/man2/utime.2
+++ b/man/man2/utime.2@@ -7,6 +7,7 @@ .\" Modified 1995-06-10 by Andries Brouwer <aeb@cwi.nl> .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2004-10-10 by Andries Brouwer <aeb@cwi.nl> +.\" Modified 2024-07-03 by Ma Xinjian <maxj.fnst@fujitsu.com> .\" .TH utime 2 (date) "Linux man-pages (unreleased)" .SH NAME
@@ -132,6 +133,10 @@ or the .B CAP_FOWNER capability). .TP +.B EFAULT +.I filename +points outside the process's address space. +.TP .B ENOENT .I filename does not exist.
--
2.18.1