From 045a10cf9cb64b1eb21003b499a3b53fcbcdae16 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 15 Jul 2011 01:50:40 +0000 Subject: [PATCH] Remove note that claims pthread_set_name_np is for debugging only. As Garrett points out, It is no more a debugging interface than setproctitle(3), and has not been since the name started getting stuffed into the kernel. This statement may have made sense when the name was only visible in thread state dumps and the debugger. PR: threads/158815 Submitted by: wollman@ --- share/man/man3/pthread_set_name_np.3 | 3 --- 1 file changed, 3 deletions(-) diff --git a/share/man/man3/pthread_set_name_np.3 b/share/man/man3/pthread_set_name_np.3 index 3bf430afaca6..aad2fd6c63a8 100644 --- a/share/man/man3/pthread_set_name_np.3 +++ b/share/man/man3/pthread_set_name_np.3 @@ -44,9 +44,6 @@ function sets internal name for thread specified by argument to string value specified by .Fa name argument. -.Pp -This is a debugging interface and using it on a day-by-day basis makes -no sense. .Sh ERRORS Because of the debugging nature of this function, all errors that may appear inside are silently ignored.