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 00c15e1787..12f8d26aa8 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -153,7 +153,7 @@ in order to specify what is shared between the calling process and the child process: .TP .BR CLONE_CHILD_CLEARTID " (since Linux 2.5.49)" -Erase the child thread ID at the location +Clear (zero) the child thread ID at the location .I ctid in child memory when the child exits, and do a wakeup on the futex at that address. |
