diff options
| -rw-r--r-- | man2/clone.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/clone.2 b/man2/clone.2 index 4104e443b9..752c01e869 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -104,7 +104,7 @@ But see the description of .B CLONE_PARENT below.) -The main use of +One use of .BR clone () is to implement threads: multiple threads of control in a program that run concurrently in a shared memory space. |
