From c0722da01353d491c2b9f2fd0654e01a5d78baa0 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 7 Dec 2004 17:46:30 +0000 Subject: [PATCH] tweak RLIMIT_SIGPENDING details --- man7/signal.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/signal.7 b/man7/signal.7 index 175960121..5afd87586 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -241,7 +241,7 @@ In Linux 2.6.8, these interfaces were replaced by .B RLIMIT_SIGPENDING resource limit, which specifies a per-user limit for queued -real-time signals; see +signals; see .BR setrlimit (2) for further details. .SH "CONFORMING TO"