From: Karel Zak Date: Wed, 16 May 2007 11:55:02 +0000 (+0200) Subject: sys-utils: fix man page headers X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ccebfe86e0d4b39a8f43b1b9db8dd71aff555d7;p=util-linux sys-utils: fix man page headers The man pages have been moved from man8 to man1, but the headers still refer to man1. Signed-off-by: Karel Zak --- diff --git a/sys-utils/dmesg.1 b/sys-utils/dmesg.1 index 36ce06ac..5d13daf7 100644 --- a/sys-utils/dmesg.1 +++ b/sys-utils/dmesg.1 @@ -1,6 +1,6 @@ .\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu) .\" May be distributed under the GNU General Public License -.TH DMESG 8 +.TH DMESG 1 .SH NAME dmesg \- print or control the kernel ring buffer .SH SYNOPSIS diff --git a/sys-utils/ipcrm.1 b/sys-utils/ipcrm.1 index 6e3b97d1..45a140c4 100644 --- a/sys-utils/ipcrm.1 +++ b/sys-utils/ipcrm.1 @@ -1,6 +1,6 @@ .\" Copyright 2002 Andre C. Mazzone (linuxdev@karagee.com) .\" May be distributed under the GNU General Public License -.TH IPCRM 8 "last change: 19 March 2002" "ipcrm" "Linux Programmer's Manual" +.TH IPCRM 1 "last change: 19 March 2002" "ipcrm" "Linux Programmer's Manual" .SH NAME ipcrm \- remove a message queue, semaphore set or shared memory id .SH SYNOPSIS @@ -98,7 +98,7 @@ The details of the removes are described in and .IR semctl (2). The identifiers and keys may be found by using -.IR ipcs (8). +.IR ipcs (1). .SH NOTES In its first Linux implementation, ipcrm used the deprecated syntax shown in the @@ -113,7 +113,7 @@ compatibility the previous syntax is still supported. .\" Krishna Balasubramanian (balasub@cis.ohio-state.edu) .SH SEE ALSO .nh -.BR ipcs (8), +.BR ipcs (1), .BR msgctl (2), .BR msgget (2), .BR semctl (2), diff --git a/sys-utils/ipcs.1 b/sys-utils/ipcs.1 index 03c86aa4..7f6d2d9e 100644 --- a/sys-utils/ipcs.1 +++ b/sys-utils/ipcs.1 @@ -1,6 +1,6 @@ .\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu) .\" May be distributed under the GNU General Public License -.TH IPCS 8 "9 October 1993" "Linux 0.99" "Linux Programmer's Manual" +.TH IPCS 1 "9 October 1993" "Linux 0.99" "Linux Programmer's Manual" .SH NAME ipcs \- provide information on ipc facilities .SH SYNOPSIS @@ -53,6 +53,6 @@ limits .B \-u summary .SH SEE ALSO -.BR ipcrm (8) +.BR ipcrm (1) .SH AUTHOR krishna balasubramanian (balasub@cis.ohio-state.edu) diff --git a/sys-utils/renice.1 b/sys-utils/renice.1 index 2a30f6e9..414beef4 100644 --- a/sys-utils/renice.1 +++ b/sys-utils/renice.1 @@ -32,7 +32,7 @@ .\" @(#)renice.8 8.1 (Berkeley) 6/9/93 .\" .Dd June 9, 1993 -.Dt RENICE 8 +.Dt RENICE 1 .Os BSD 4 .Sh NAME .Nm renice diff --git a/sys-utils/setsid.1 b/sys-utils/setsid.1 index 59ee0a20..1f2abe8e 100644 --- a/sys-utils/setsid.1 +++ b/sys-utils/setsid.1 @@ -1,7 +1,7 @@ .\" Rick Sladkey .\" In the public domain. .\" Path modifications by faith@cs.unc.edu -.TH SETSID 8 "20 November 1993" "Linux 0.99" "Linux Programmer's Manual" +.TH SETSID 1 "20 November 1993" "Linux 0.99" "Linux Programmer's Manual" .SH NAME setsid \- run a program in a new session .SH SYNOPSIS