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@
This commit is contained in:
Ed Maste 2011-07-15 01:50:40 +00:00
parent cb0f0a028f
commit 045a10cf9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224047

View File

@ -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.