Module Name: src
Committed By: riastradh
Date: Wed Mar 5 16:38:50 UTC 2025
Modified Files:
src/lib/libpthread: pthread_testcancel.3
Log Message:
pthread_testcancel(3): Add a colon for clarity in man page.
`No punctual change intended.'
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libpthread/pthread_testcancel.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpthread/pthread_testcancel.3
diff -u src/lib/libpthread/pthread_testcancel.3:1.9 src/lib/libpthread/pthread_testcancel.3:1.10
--- src/lib/libpthread/pthread_testcancel.3:1.9 Tue Mar 18 18:20:38 2014
+++ src/lib/libpthread/pthread_testcancel.3 Wed Mar 5 16:38:50 2025
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_testcancel.3,v 1.9 2014/03/18 18:20:38 riastradh Exp $
+.\" $NetBSD: pthread_testcancel.3,v 1.10 2025/03/05 16:38:50 riastradh Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -103,11 +103,11 @@ Each thread maintains its own
.Dq cancelability state
which may be encoded in two bits:
.Bl -hang
-.It Em Cancelability Enable
+.It Em Cancelability Enable :
When cancelability is
.Dv PTHREAD_CANCEL_DISABLE ,
cancellation requests against the target thread are held pending.
-.It Em Cancelability Type
+.It Em Cancelability Type :
When cancelability is enabled and the cancelability type is
.Dv PTHREAD_CANCEL_ASYNCHRONOUS ,
new or pending cancellation requests may be acted upon at any time.