summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2007-05-16 13:55:02 +0200
committerKarel Zak2007-05-16 13:55:02 +0200
commit2ccebfe86e0d4b39a8f43b1b9db8dd71aff555d7 (patch)
tree67bf78c2e3cac5b4b278c21a393e9b92527a851d
parentdocs: refresh AUTHORS file (diff)
downloadkernel-qcow2-util-linux-2ccebfe86e0d4b39a8f43b1b9db8dd71aff555d7.tar.gz
kernel-qcow2-util-linux-2ccebfe86e0d4b39a8f43b1b9db8dd71aff555d7.tar.xz
kernel-qcow2-util-linux-2ccebfe86e0d4b39a8f43b1b9db8dd71aff555d7.zip
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 <kzak@redhat.com>
-rw-r--r--sys-utils/dmesg.12
-rw-r--r--sys-utils/ipcrm.16
-rw-r--r--sys-utils/ipcs.14
-rw-r--r--sys-utils/renice.12
-rw-r--r--sys-utils/setsid.12
5 files changed, 8 insertions, 8 deletions
diff --git a/sys-utils/dmesg.1 b/sys-utils/dmesg.1
index 36ce06ac1..5d13daf79 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 6e3b97d17..45a140c4f 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 03c86aa4e..7f6d2d9e8 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 2a30f6e97..414beef4d 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 59ee0a20f..1f2abe8e9 100644
--- a/sys-utils/setsid.1
+++ b/sys-utils/setsid.1
@@ -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