From 5d7328a3bc34ba47adead5db2559680cf86af5ff Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 12 Jul 2006 13:33:46 +0000 Subject: [PATCH] Fix section number in .TH line --- man3/sigset.3 | 2 +- man3/sigvec.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/sigset.3 b/man3/sigset.3 index 847496bf0f..53a9780c5c 100644 --- a/man3/sigset.3 +++ b/man3/sigset.3 @@ -18,7 +18,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH SIGSET 2 2005-12-01 "Linux 2.6.14" "Linux Programmer's Manual" +.TH SIGSET 3 2005-12-01 "Linux 2.6.14" "Linux Programmer's Manual" .SH NAME sigset, sighold, sigrelse, sigignore \- System V signal API .SH SYNOPSIS diff --git a/man3/sigvec.3 b/man3/sigvec.3 index 4483b62e42..04ad1a9a08 100644 --- a/man3/sigvec.3 +++ b/man3/sigvec.3 @@ -18,7 +18,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH SIGVEC 2 2005-12-01 "Linux 2.6.14" "Linux Programmer's Manual" +.TH SIGVEC 3 2005-12-01 "Linux 2.6.14" "Linux Programmer's Manual" .SH NAME sigvec, sigblock, sigsetmask, siggetmask, sigmask \- BSD signal API .SH SYNOPSIS -- 2.47.2