The man page says: > For the prototype of the raw clone() system call, see NOTES Since the commit 4131356cd ("man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sections"), this prototype is in VERSIONS. Fixes: 4131356cd ("man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sections") Signed-off-by: Kir Kolyshkin <kolyshkin@xxxxxxxxx> --- man/man2/clone.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man2/clone.2 b/man/man2/clone.2 index 655e50b82..90ab5cadf 100644 --- a/man/man2/clone.2 +++ b/man/man2/clone.2 @@ -58,7 +58,7 @@ .SH SYNOPSIS .BI " void *_Nullable " tls , .BI " pid_t *_Nullable " child_tid " \fR*/\fP );" .P -/* For the prototype of the raw clone() system call, see NOTES */ +/* For the prototype of the raw clone() system call, see VERSIONS. */ .P .BR "#include <linux/sched.h>" " /* Definition of " "struct clone_args" " */" .BR "#include <sched.h>" " /* Definition of " CLONE_* " constants */" -- 2.45.2