sigqueue.3: Remove rt_sigqueueinfo from TH line

rt_sigqueueinfo() now has its own manual page, so should not
be listed in the .TH line of this page.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nix 2012-03-20 23:14:24 +13:00 committed by Michael Kerrisk
parent 608dce1fcd
commit 46d7906b34
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
.\"
.TH SIGQUEUE 3 2011-09-18 "Linux" "Linux Programmer's Manual"
.SH NAME
sigqueue, rt_sigqueueinfo \- queue a signal and data to a process
sigqueue \- queue a signal and data to a process
.SH SYNOPSIS
.B #include <signal.h>
.sp