]> err.no Git - util-linux/commitdiff
sys-utils: fix man page headers
authorKarel Zak <kzak@redhat.com>
Wed, 16 May 2007 11:55:02 +0000 (13:55 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 16 May 2007 11:55:02 +0000 (13:55 +0200)
The man pages have been moved from man8 to man1, but the
headers still refer to man1.

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/dmesg.1
sys-utils/ipcrm.1
sys-utils/ipcs.1
sys-utils/renice.1
sys-utils/setsid.1

index 36ce06ac12a605cb88130053185290702a7d83f3..5d13daf79318b8d7325f54065f91c6ba9c34e417 100644 (file)
@@ -1,6 +1,6 @@
 .\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu)
 .\" May be distributed under the GNU General Public License
-.TH DMESG 
+.TH DMESG 1
 .SH NAME
 dmesg \- print or control the kernel ring buffer
 .SH SYNOPSIS
index 6e3b97d174ef3dc127cf765dd4056614c88aa0e1..45a140c4fb12f43c2421416feef974f4fe5ef1e9 100644 (file)
@@ -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),
index 03c86aa4e4a059014f562ac5f50b06b38b8cc74b..7f6d2d9e87a78b9e4b664e856966f387366eb69d 100644 (file)
@@ -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)
index 2a30f6e97d63aec0f79c5b054cc0206f4f0e1343..414beef4d6a1e37db50e0be906019b2f311003fc 100644 (file)
@@ -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
index 59ee0a20f31e10a62d06f9d8564bc5b29e1cc358..1f2abe8e92fb7df42264c6a532484bfe5635a181 100644 (file)
@@ -1,7 +1,7 @@
 .\" Rick Sladkey <jrs@world.std.com>
 .\" 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