aboutsummaryrefslogtreecommitdiffstats
path: root/man3/pthread_create.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-08-29 12:04:28 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-08-29 12:14:08 +0200
commit72da9ef1578f9f5b80d043d9670da1cc8880dfee (patch)
treebc37f1cf5e08a61223cd9a7902c5f544190da761 /man3/pthread_create.3
parent352c778d019173a05162bbe1f2d134b0c2039803 (diff)
downloadman-pages-72da9ef1578f9f5b80d043d9670da1cc8880dfee.tar.gz
ldd.1, execve.2, getdents.2, quotactl.2, select_tut.2, clock_getcpuclockid.3, fopencookie.3, getservent_r.3, matherr.3, mq_notify.3, pthread_create.3, pthread_getattr_np.3, wordexp.3: Global fix: s/-/\\-/ when real hyphen is required (e.g., in code)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/pthread_create.3')
-rw-r--r--man3/pthread_create.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_create.3 b/man3/pthread_create.3
index 42df8591f2..602188a4d6 100644
--- a/man3/pthread_create.3
+++ b/man3/pthread_create.3
@@ -269,7 +269,7 @@ thread_start(void *arg)
char *uargv, *p;
printf("Thread %d: top of stack near %p; argv_string=%s\\n",
- tinfo\->thread_num, &p, tinfo->argv_string);
+ tinfo\->thread_num, &p, tinfo\->argv_string);
uargv = strdup(tinfo\->argv_string);
if (uargv == NULL)