Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Mar 2020 09:51:54 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r358570 - head/lib/libc/sys
Message-ID:  <202003030951.0239pssc045939@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003030951.0239pssc045939>