summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-rawhide/man2/clone.2
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/fedora-rawhide/man2/clone.2')
-rw-r--r--upstream/fedora-rawhide/man2/clone.24
1 files changed, 2 insertions, 2 deletions
diff --git a/upstream/fedora-rawhide/man2/clone.2 b/upstream/fedora-rawhide/man2/clone.2
index a73af0dc..69e4547e 100644
--- a/upstream/fedora-rawhide/man2/clone.2
+++ b/upstream/fedora-rawhide/man2/clone.2
@@ -38,7 +38,7 @@
.\" 2008-11-19, mtk, document CLONE_NEWIPC
.\" 2008-11-19, Jens Axboe, mtk, document CLONE_IO
.\"
-.TH clone 2 2023-11-01 "Linux man-pages 6.06"
+.TH clone 2 2024-02-18 "Linux man-pages 6.7"
.SH NAME
clone, __clone2, clone3 \- create a child process
.SH LIBRARY
@@ -1745,7 +1745,7 @@ does not take arguments
and
.IR child_tid .
.SH NOTES
-One use of these systems calls
+One use of these system calls
is to implement threads: multiple flows of control in a program that
run concurrently in a shared address space.
.P