summaryrefslogtreecommitdiffstats
path: root/sys-utils
diff options
context:
space:
mode:
authorBenno Schulenberg2011-08-18 22:18:34 +0200
committerKarel Zak2011-08-22 10:39:21 +0200
commit232dc924c4f73e2a734b13cd48b0e61b712eb170 (patch)
tree641d6321cb7994b89cd95b4eadd7ba3bb66c83bc /sys-utils
parentdocs: update ReleaseNotes: fix typo in v2.20-ReleaseNotes (diff)
downloadkernel-qcow2-util-linux-232dc924c4f73e2a734b13cd48b0e61b712eb170.tar.gz
kernel-qcow2-util-linux-232dc924c4f73e2a734b13cd48b0e61b712eb170.tar.xz
kernel-qcow2-util-linux-232dc924c4f73e2a734b13cd48b0e61b712eb170.zip
docs: uniformize the header and footer lines in man pages
Use dates without the day, use the full month name, put "util-linux" in the lower left corner, and "User Commands" or "System Administration" at the top center. Also improve here and there the one-line program description. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils')
-rw-r--r--sys-utils/arch.110
-rw-r--r--sys-utils/ctrlaltdel.82
-rw-r--r--sys-utils/cytune.84
-rw-r--r--sys-utils/dmesg.12
-rw-r--r--sys-utils/fallocate.14
-rw-r--r--sys-utils/flock.14
-rw-r--r--sys-utils/fsfreeze.810
-rw-r--r--sys-utils/fstrim.82
-rw-r--r--sys-utils/ipcmk.12
-rw-r--r--sys-utils/ipcrm.12
-rw-r--r--sys-utils/ipcs.12
-rw-r--r--sys-utils/ldattach.82
-rw-r--r--sys-utils/lscpu.14
-rw-r--r--sys-utils/mountpoint.12
-rw-r--r--sys-utils/pivot_root.84
-rw-r--r--sys-utils/readprofile.14
-rw-r--r--sys-utils/renice.14
-rw-r--r--sys-utils/rtcwake.82
-rw-r--r--sys-utils/setarch.82
-rw-r--r--sys-utils/setsid.12
-rw-r--r--sys-utils/switch_root.84
-rw-r--r--sys-utils/tunelp.82
-rw-r--r--sys-utils/unshare.12
23 files changed, 38 insertions, 40 deletions
diff --git a/sys-utils/arch.1 b/sys-utils/arch.1
index 81b6b1ed6..96cbc0a8f 100644
--- a/sys-utils/arch.1
+++ b/sys-utils/arch.1
@@ -1,18 +1,18 @@
.\" arch.1 --
.\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu)
.\" Public domain: may be freely distributed.
-.TH ARCH 1 "4 July 1997" "Linux 2.0" "Linux Programmer's Manual"
+.TH ARCH 1 "July 1997" "util-linux" "User Commands"
.SH NAME
arch \- print machine architecture
.SH SYNOPSIS
.B arch
.SH DESCRIPTION
.B arch
-is deprecated command since release util-linux 2.13. Use
-.BR "uname -m"
+is a deprecated command since util-linux 2.13. Use
+.B "uname -m"
or use
-.BR arch
-from the coreutils package.
+.B arch
+from the GNU coreutils package.
On current Linux systems,
.B arch
diff --git a/sys-utils/ctrlaltdel.8 b/sys-utils/ctrlaltdel.8
index bf006e340..4238d98de 100644
--- a/sys-utils/ctrlaltdel.8
+++ b/sys-utils/ctrlaltdel.8
@@ -1,6 +1,6 @@
.\" Copyright 1992, 1993 Rickard E. Faith (faith@cs.unc.edu)
.\" May be distributed under the GNU General Public License
-.TH CTRLALTDEL 8 "25 October 1993" "Linux 1.2" "Linux Programmer's Manual"
+.TH CTRLALTDEL 8 "October 1993" "util-linux" "System Administration"
.SH NAME
ctrlaltdel \- set the function of the Ctrl-Alt-Del combination
.SH SYNOPSIS
diff --git a/sys-utils/cytune.8 b/sys-utils/cytune.8
index a1235b17d..8a2177582 100644
--- a/sys-utils/cytune.8
+++ b/sys-utils/cytune.8
@@ -24,9 +24,9 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\" "
-.TH CYTUNE 8 " 4 Mar 1995" "" "Linux Programmer's Manual"
+.TH CYTUNE 8 "March 1995" "util-linux" "System Administration"
.SH NAME
-cytune \- Tune driver parameters for Cyclades-Z multiport serial card
+cytune \- tune driver parameters for Cyclades-Z multiport serial card
.SH SYNOPSIS
.B cytune
.RB [ \-q
diff --git a/sys-utils/dmesg.1 b/sys-utils/dmesg.1
index 4531edb55..3dc18cb0a 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 1 "Jul 2011"
+.TH DMESG 1 "July 2011" "util-linux" "User Commands"
.SH NAME
dmesg \- print or control the kernel ring buffer
.SH SYNOPSIS
diff --git a/sys-utils/fallocate.1 b/sys-utils/fallocate.1
index 003cb556d..2020437fb 100644
--- a/sys-utils/fallocate.1
+++ b/sys-utils/fallocate.1
@@ -1,7 +1,7 @@
.\" -*- nroff -*-
-.TH FALLOCATE 1 "Jul 2009" "Version 1.0"
+.TH FALLOCATE 1 "July 2009" "util-linux" "User Commands"
.SH NAME
-fallocate \- preallocate space to a file.
+fallocate \- preallocate space to a file
.SH SYNOPSIS
.B fallocate
.RB [ \-n ]
diff --git a/sys-utils/flock.1 b/sys-utils/flock.1
index 55be5d8c9..3d7e10c1f 100644
--- a/sys-utils/flock.1
+++ b/sys-utils/flock.1
@@ -24,9 +24,9 @@
.\" OTHER DEALINGS IN THE SOFTWARE.
.\"
.\" -----------------------------------------------------------------------
-.TH FLOCK "1" "4 Feb 2006" "flock utility" "H. Peter Anvin"
+.TH FLOCK 1 "February 2006" "util-linux" "User Commands"
.SH NAME
-flock \- Manage locks from shell scripts
+flock \- manage locks from shell scripts
.SH SYNOPSIS
\fBflock\fP [\fB\-sxon\fP] [\fB\-w\fP \fItimeout\fP] \fIlockfile\fP [\fB\-c\fP] \fIcommand...\fP
.PP
diff --git a/sys-utils/fsfreeze.8 b/sys-utils/fsfreeze.8
index a10c053b4..7693861a3 100644
--- a/sys-utils/fsfreeze.8
+++ b/sys-utils/fsfreeze.8
@@ -1,14 +1,12 @@
.\" -*- nroff -*-
-.TH FSFREEZE 8 "May 2010"
+.TH FSFREEZE 8 "May 2010" "util-linux" "System Administration"
.SH NAME
-fsfreeze \- suspend access to an filesystem (Linux Ext3/4, ReiserFS, JFS, XFS).
+fsfreeze \- suspend access to a filesystem (Linux Ext3/4, ReiserFS, JFS, XFS)
.SH SYNOPSIS
-.B fsfreeze
-.RB \-f
+.B fsfreeze \-f
.I mountpoint
-.B fsfreeze
-.RB \-u
+.B fsfreeze \-u
.I mountpoint
.SH DESCRIPTION
diff --git a/sys-utils/fstrim.8 b/sys-utils/fstrim.8
index 1bca53b5f..18b5eafec 100644
--- a/sys-utils/fstrim.8
+++ b/sys-utils/fstrim.8
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH FSTRIM 8 "Nov 2010"
+.TH FSTRIM 8 "November 2010" "util-linux" "System Administration"
.SH NAME
fstrim \- discard unused blocks on a mounted filesystem
.SH SYNOPSIS
diff --git a/sys-utils/ipcmk.1 b/sys-utils/ipcmk.1
index afeacafbe..eada9bbc3 100644
--- a/sys-utils/ipcmk.1
+++ b/sys-utils/ipcmk.1
@@ -1,6 +1,6 @@
.\" Copyright 2008 Hayden A. James (hayden.james@gmail.com)
.\" May be distributed under the GNU General Public License
-.TH "IPCMK" "1" "21 March 2008" "ipcmk" "Linux Programmer's Manual"
+.TH IPCMK 1 "March 2008" "util-linux" "User Commands"
.SH "NAME"
ipcmk \- create various ipc resources
.SH "SYNOPSIS"
diff --git a/sys-utils/ipcrm.1 b/sys-utils/ipcrm.1
index 7806f6fd3..d55574516 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 1 "last change: 19 March 2002" "ipcrm" "Linux Programmer's Manual"
+.TH IPCRM 1 "March 2002" "util-linux" "User Commands"
.SH NAME
ipcrm \- remove a message queue, semaphore set or shared memory id
.SH SYNOPSIS
diff --git a/sys-utils/ipcs.1 b/sys-utils/ipcs.1
index 76e50ac2b..652c0f330 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 1 "9 October 1993" "Linux 0.99" "Linux Programmer's Manual"
+.TH IPCS 1 "February 2008" "util-linux" "User Commands"
.SH NAME
ipcs \- provide information on ipc facilities
.SH SYNOPSIS
diff --git a/sys-utils/ldattach.8 b/sys-utils/ldattach.8
index 7e57fec21..8ce14f3c1 100644
--- a/sys-utils/ldattach.8
+++ b/sys-utils/ldattach.8
@@ -1,6 +1,6 @@
.\" Copyright 2008 Tilman Schmidt (tilman@imap.cc)
.\" May be distributed under the GNU General Public License version 2 or later
-.TH LDATTACH 8 "14 February 2010" "Linux 2.6" "Linux Programmer's Manual"
+.TH LDATTACH 8 "February 2010" "util-linux" "System Administration"
.SH NAME
ldattach \- attach a line discipline to a serial line
.SH SYNOPSIS
diff --git a/sys-utils/lscpu.1 b/sys-utils/lscpu.1
index 4795e91c8..056e7a91b 100644
--- a/sys-utils/lscpu.1
+++ b/sys-utils/lscpu.1
@@ -1,9 +1,9 @@
.\" Process this file with
.\" groff -man -Tascii lscpu.1
.\"
-.TH LSCPU 1 "February 2011" Linux "User Manuals"
+.TH LSCPU 1 "February 2011" "util-linux" "User Commands"
.SH NAME
-lscpu \- CPU architecture information helper
+lscpu \- display information on CPU architecture
.SH SYNOPSIS
.B lscpu
.RB [ \-hpx ]
diff --git a/sys-utils/mountpoint.1 b/sys-utils/mountpoint.1
index be17c42dd..3c7d0841e 100644
--- a/sys-utils/mountpoint.1
+++ b/sys-utils/mountpoint.1
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH MOUNTPOINT 1 "June 2011"
+.TH MOUNTPOINT 1 "June 2011" "util-linux" "User Commands"
.SH NAME
mountpoint \- see if a directory is a mountpoint
.SH SYNOPSIS
diff --git a/sys-utils/pivot_root.8 b/sys-utils/pivot_root.8
index 50c1768d9..2260957e9 100644
--- a/sys-utils/pivot_root.8
+++ b/sys-utils/pivot_root.8
@@ -1,6 +1,6 @@
-.TH PIVOT_ROOT 8 "Feb 23, 2000" "Linux" "Maintenance Commands"
+.TH PIVOT_ROOT 8 "February 2000" "util-linux" "System Administration"
.SH NAME
-pivot_root \- change the root file system
+pivot_root \- change the root filesystem
.SH SYNOPSIS
.B pivot_root
.I new_root put_old
diff --git a/sys-utils/readprofile.1 b/sys-utils/readprofile.1
index a1ae95141..0be5dcab9 100644
--- a/sys-utils/readprofile.1
+++ b/sys-utils/readprofile.1
@@ -1,7 +1,7 @@
-.TH READPROFILE 1 "May 1996"
+.TH READPROFILE 1 "May 1996" "util-linux" "User Commands"
.UC 4
.SH NAME
-readprofile - a tool to read kernel profiling information
+readprofile - read kernel profiling information
.SH SYNOPSIS
.B readprofile
.RI [ options ]
diff --git a/sys-utils/renice.1 b/sys-utils/renice.1
index a06f54994..f283645c9 100644
--- a/sys-utils/renice.1
+++ b/sys-utils/renice.1
@@ -31,9 +31,9 @@
.\"
.\" @(#)renice.8 8.1 (Berkeley) 6/9/93
.\"
-.Dd June 9, 1993
+.Dd November 2010
.Dt RENICE 1
-.Os BSD 4
+.Os util-linux
.Sh NAME
.Nm renice
.Nd alter priority of running processes
diff --git a/sys-utils/rtcwake.8 b/sys-utils/rtcwake.8
index 8bfd90d6e..a536f322c 100644
--- a/sys-utils/rtcwake.8
+++ b/sys-utils/rtcwake.8
@@ -16,7 +16,7 @@
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
.\" 02110-1301, USA.
.\"
-.TH rtcwake 8 "2007-07-13" "" "Linux Programmer's Manual"
+.TH RTCWAKE 8 "July 2007" "util-linux" "System Administration"
.SH NAME
rtcwake - enter a system sleep state until specified wakeup time
.SH SYNOPSIS
diff --git a/sys-utils/setarch.8 b/sys-utils/setarch.8
index 4bb2b0333..0764a455b 100644
--- a/sys-utils/setarch.8
+++ b/sys-utils/setarch.8
@@ -1,4 +1,4 @@
-.TH SETARCH 8 "Jun 2007" setarch "Linux Programmer's Manual"
+.TH SETARCH 8 "June 2007" "util-linux" "System Administration"
.SH NAME
setarch \- change reported architecture in new program environment and set personality flags
.SH SYNOPSIS
diff --git a/sys-utils/setsid.1 b/sys-utils/setsid.1
index 7a14da31f..0d9580ece 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 1 "20 November 1993" "Linux 0.99" "Linux Programmer's Manual"
+.TH SETSID 1 "November 1993" "util-linux" "User Commands"
.SH NAME
setsid \- run a program in a new session
.SH SYNOPSIS
diff --git a/sys-utils/switch_root.8 b/sys-utils/switch_root.8
index 0f0f9e558..34ab0d051 100644
--- a/sys-utils/switch_root.8
+++ b/sys-utils/switch_root.8
@@ -1,7 +1,7 @@
.\" Karel Zak <kzak@redhat.com>
-.TH SWITCH_ROOT 8 "June 2009" "Linux"
+.TH SWITCH_ROOT 8 "June 2009" "util-linux" "System Administration"
.SH NAME
-switch_root \- switch to another filesystem as the root of the mount tree.
+switch_root \- switch to another filesystem as the root of the mount tree
.SH SYNOPSIS
.B switch_root
.RB [ \-hV ]
diff --git a/sys-utils/tunelp.8 b/sys-utils/tunelp.8
index 9ed4452c5..8a7049beb 100644
--- a/sys-utils/tunelp.8
+++ b/sys-utils/tunelp.8
@@ -5,7 +5,7 @@
.\" Public license for conditions under which this file may be redistributed.
.\"
.\" Polished a bit - aeb
-.TH tunelp 8 "7 May 1999" "tunelp" "Linux Programmer's Manual"
+.TH TUNELP 8 "May 1999" "util-linux" "System Administration"
.SH NAME
tunelp \- set various parameters for the lp device
.SH SYNOPSIS
diff --git a/sys-utils/unshare.1 b/sys-utils/unshare.1
index d27c35edf..5ee03ee12 100644
--- a/sys-utils/unshare.1
+++ b/sys-utils/unshare.1
@@ -1,7 +1,7 @@
.\" Process this file with
.\" groff -man -Tascii lscpu.1
.\"
-.TH UNSHARE 1 "OCTOBER 2008" Linux "User Manuals"
+.TH UNSHARE 1 "October 2008" "util-linux" "User Commands"
.SH NAME
unshare \- run program with some namespaces unshared from parent
.SH SYNOPSIS