From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Subject: [PATCH] pthread_setname_np.3: wfix Date: Sun, 24 Feb 2013 21:52:09 -0400 Message-ID: <1361757129-26282-1-git-send-email-taffit@debian.org> Return-path: Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, =?UTF-8?q?David=20Pr=C3=A9vot?= List-Id: linux-man@vger.kernel.org --- man3/pthread_setname_np.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/pthread_setname_np.3 b/man3/pthread_setname_np.3 index 98693bf..4a82a63 100644 --- a/man3/pthread_setname_np.3 +++ b/man3/pthread_setname_np.3 @@ -42,7 +42,7 @@ The .BR pthread_setname_np () fuction can be used to set a unique name for a thread, which can be useful for debugging -multi-threaded applications. +multithreaded applications. The thread name is a meaningful C language string, whose length is restricted to 16 characters, including the terminating null byte. The -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html