summaryrefslogtreecommitdiff
path: root/lib/libc/sys/thr_self.2
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-03-03 09:51:53 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-03-03 09:51:53 +0000
commita81c96922d8a0afbe09b2f3a7945154f2e95a82d (patch)
tree44fa4bc7016dea7a5bece7030cf3d6c454fbf90a /lib/libc/sys/thr_self.2
parent5f3e375ed8001ef4d5eecc7c543561e925add6cd (diff)
downloadsrc-test2-a81c96922d8a0afbe09b2f3a7945154f2e95a82d.tar.gz
src-test2-a81c96922d8a0afbe09b2f3a7945154f2e95a82d.zip
Notes
Diffstat (limited to 'lib/libc/sys/thr_self.2')
-rw-r--r--lib/libc/sys/thr_self.24
1 files 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.