From b428dc509a172c56648a5547868fdf4216c342f7 Mon Sep 17 00:00:00 2001 From: "G. Branden Robinson" Date: Sun, 30 Jul 2023 15:02:21 -0500 Subject: pthread_setcancelstate.3: ffix Clean up in preparation for "MR sed". Protect man page name from hyphenation. `MR` will take care of that for us; this change is to detect a regression when migrating to it. Signed-off-by: "G. Branden Robinson" Signed-off-by: Alejandro Colomar --- man3/pthread_setcancelstate.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/pthread_setcancelstate.3 b/man3/pthread_setcancelstate.3 index 5de9bb3ee..bcb7ef0aa 100644 --- a/man3/pthread_setcancelstate.3 +++ b/man3/pthread_setcancelstate.3 @@ -132,7 +132,7 @@ glibc 2.0 POSIX.1-2001. .SH NOTES For details of what happens when a thread is canceled, see -.BR pthread_cancel (3). +.BR \%pthread_cancel (3). .PP Briefly disabling cancelability is useful if a thread performs some critical action -- cgit v1.2.3