svn commit: r358570 - head/lib/libc/sys
Mateusz Piotrowski
0mp at FreeBSD.org
Tue Mar 3 09:51:54 UTC 2020
Author: 0mp (doc,ports committer)
Date: Tue Mar 3 09:51:53 2020
New Revision: 358570
URL: https://svnweb.freebsd.org/changeset/base/358570
Log:
thr_self.2: Fix some typos in the thread identifier range
Reported by: kaktus
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D23936
Modified:
head/lib/libc/sys/thr_self.2
Modified: head/lib/libc/sys/thr_self.2
==============================================================================
--- head/lib/libc/sys/thr_self.2 Tue Mar 3 09:50:33 2020 (r358569)
+++ head/lib/libc/sys/thr_self.2 Tue Mar 3 09:51:53 2020 (r358570)
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 1, 2016
+.Dd March 3, 2020
.Dt THR_SELF 2
.Os
.Sh NAME
@@ -49,7 +49,7 @@ kernel-scheduled thread in the variable pointed by the
.Pp
The thread identifier is an integer in the range from
.Dv PID_MAX + 2
-(10002) to
+(100001) to
.Dv INT_MAX .
The thread identifier is guaranteed to be unique at any given time,
for each running thread in the system.
More information about the svn-src-head
mailing list