Signed-off-by: Ma Xinjian <maxj.fnst@xxxxxxxxxxx> --- 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@xxxxxx> .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@xxxxxxxxx> .\" Modified 2004-10-10 by Andries Brouwer <aeb@xxxxxx> +.\" Modified 2024-07-03 by Ma Xinjian <maxj.fnst@xxxxxxxxxxx> .\" .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