From a81c96922d8a0afbe09b2f3a7945154f2e95a82d Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Tue, 3 Mar 2020 09:51:53 +0000 Subject: [PATCH] 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 --- lib/libc/sys/thr_self.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/thr_self.2 b/lib/libc/sys/thr_self.2 index 949b600a17f7..42e43ebf4cb4 100644 --- a/lib/libc/sys/thr_self.2 +++ b/lib/libc/sys/thr_self.2 @@ -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.