diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-02-24 15:32:00 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-02-24 15:32:00 +0100 |
| commit | 3fd9346e46e706e0c3b9c07e68ceadf577a81782 (patch) | |
| tree | e2441ec4c3173ee9c97495751980f80711f7ca2d | |
| parent | f1a5fff8d953ae02af6c4c08dd003064584fdffd (diff) | |
| download | man-pages-3fd9346e46e706e0c3b9c07e68ceadf577a81782.tar.gz | |
pthread_setname_np.3: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/pthread_setname_np.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/pthread_setname_np.3 b/man3/pthread_setname_np.3 index 1cfe8ada84..5b8080d911 100644 --- a/man3/pthread_setname_np.3 +++ b/man3/pthread_setname_np.3 @@ -56,7 +56,7 @@ The function can be used to retrieve the name of the thread. The .I thread -argument specifies the thread whose name is to be retriecved. +argument specifies the thread whose name is to be retrieved. The buffer .I name is used to return the thread name; @@ -106,7 +106,7 @@ internally writes to the thread specific comm file under filesystem: .IR /proc/self/task/[tid]/comm . .BR pthread_getname_np () -retreives it from the same location. +retrieves it from the same location. .SH EXAMPLE .PP The program below demonstrates the use of |
