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
This commit is contained in:
Mateusz Piotrowski 2020-03-03 09:51:53 +00:00
parent 5f3e375ed8
commit a81c96922d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=358570

View file

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