[PATCH] clone.2: refer to VERSIONS for raw clone prototype

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Commit 2a15a76bba35c ("clone.2: Document raw syscall interfaces on various other
architectures") adds this note:

	/* For the prototype of the raw system call, see NOTES */

but places the raw syscall prototypes into DESCRIPTION.

Next, commit 1874193ebf07068b ("clone.2: Add NOTES heading") makes the
information to appear in NOTES.

Finally, commit 4131356cdab8d ("man*/, man-pages.7: VERSIONS, STANDARDS,
HISTORY: Reorganize sections") moves the NOTES section (with some but
not all of the old contents from NOTES and VERSIONS) down, and thus the
raw prototypes are now under VERSIONS.

Fix the comment accordingly.

Cc:
Signed-off-by: Kir Kolyshkin <kolyshkin@xxxxxxxxx>
---
 man2/clone.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/clone.2 b/man2/clone.2
index 4a75b557b..73ad5a6fa 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -58,7 +58,7 @@ Standard C library
 .BI "                                       void *_Nullable " tls ,
 .BI "                                       pid_t *_Nullable " child_tid " \fR*/\fP );"
 .PP
-/* For the prototype of the raw clone() system call, see NOTES */
+/* For the prototype of the raw clone() system call, see VERSIONS */
 .PP
 .BR "#include <linux/sched.h>" "    /* Definition of " "struct clone_args" " */"
 .BR "#include <sched.h>" "          /* Definition of " CLONE_* " constants */"
-- 
2.41.0




[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux