From: "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com>
To: Karel Zak <kzak@redhat.com>, util-linux@vger.kernel.org
Cc: mtk.manpages@gmail.com
Subject: [PATCH 08/12] Replace reference to sigvec(2) with sigaction(2)
Date: Thu, 10 Nov 2016 11:59:53 +0100 [thread overview]
Message-ID: <22456ae2-1acd-3cb3-72eb-026adb039997@gmail.com> (raw)
In-Reply-To: <404e11c0-9f88-b460-7398-d00585a9bf16@gmail.com>
The sigvec(3) (not sigvec(2)) page documents ancient BSD APIs.
The right page to cross reference here is sigaction(2),
which documents the modern POSIX APIs.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
---
misc-utils/kill.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc-utils/kill.1 b/misc-utils/kill.1
index d0626bf..d638ead 100644
--- a/misc-utils/kill.1
+++ b/misc-utils/kill.1
@@ -145,7 +145,7 @@ partial success (when more than one process specified)
.SH SEE ALSO
.BR bash (1),
.BR tcsh (1),
-.BR sigvec (2),
+.BR sigaction (2),
.BR kill (2),
.BR signal (7)
--
2.5.5
next prev parent reply other threads:[~2016-11-10 10:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <404e11c0-9f88-b460-7398-d00585a9bf16@gmail.com>
2016-11-10 10:59 ` [PATCH 04/12] Fix page cross references Michael Kerrisk (man-pages)
2016-11-10 10:59 ` [PATCH 05/12] Fix section number in lockf() page xref Michael Kerrisk (man-pages)
2016-11-10 10:59 ` [PATCH 06/12] Fix reference for scheduling discussion Michael Kerrisk (man-pages)
2016-11-10 10:59 ` [PATCH 07/12] Fix formatting errors in page cross references Michael Kerrisk (man-pages)
2016-11-10 10:59 ` Michael Kerrisk (man-pages) [this message]
2016-11-10 10:59 ` [PATCH 09/12] SEE ALSO: add cross reference to namespaces(7) Michael Kerrisk (man-pages)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=22456ae2-1acd-3cb3-72eb-026adb039997@gmail.com \
--to=mtk.manpages@gmail.com \
--cc=kzak@redhat.com \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox