From 28d0f81e1c79f139660a31c5481e0ce985da25cf Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 18 Aug 2021 07:59:32 +0200 Subject: [PATCH] sigqueue.3: tfix Signed-off-by: Michael Kerrisk --- man3/sigqueue.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/sigqueue.3 b/man3/sigqueue.3 index 1a916c428..d081b34e0 100644 --- a/man3/sigqueue.3 +++ b/man3/sigqueue.3 @@ -116,7 +116,7 @@ No process has a PID matching .SH VERSIONS .BR sigqueue () and the underlying -.BR rt_sigqueueinfo () +.BR rt_sigqueueinfo (2) system call first appeared in Linux 2.2. .SH ATTRIBUTES For an explanation of the terms used in this section, see