diff options
Diffstat (limited to 'lib/libc/sys/thr_set_name.2')
-rw-r--r-- | lib/libc/sys/thr_set_name.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/thr_set_name.2 b/lib/libc/sys/thr_set_name.2 index 681e94ba4b54..5478d1306ca5 100644 --- a/lib/libc/sys/thr_set_name.2 +++ b/lib/libc/sys/thr_set_name.2 @@ -45,7 +45,7 @@ The .Fn thr_set_name sets the user-visible name for the kernel thread with the identifier .Va id -in the current process, to the NULL-terminated string +in the current process, to the NUL-terminated string .Va name . The thread name can be seen in the output of the .Xr ps 1 @@ -92,5 +92,5 @@ does not exist in the current process. .Sh STANDARDS The .Fn thr_new -system call is non-standard and is used by the +system call is non-standard and is used by .Lb libthr . |