diff options
| author | Steven Honeyman <stevenhoneyman@users.noreply.github.com> | 2014-08-03 16:22:24 +0100 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2014-08-06 14:50:20 +0200 |
| commit | 1b19ea31a375b8eaf816b28d6bb99d4ee24faba2 (patch) | |
| tree | ba8caf1fc497d204e3f30a0251984a2a2263f91b | |
| parent | c52155aec5857467307bcba213a24aac354e5114 (diff) | |
| download | util-linux-1b19ea31a375b8eaf816b28d6bb99d4ee24faba2.tar.gz | |
docs: fix inconsistencies in man pages
Signed-off-by: Karel Zak <kzak@redhat.com>
| -rw-r--r-- | disk-utils/addpart.8 | 3 | ||||
| -rw-r--r-- | disk-utils/delpart.8 | 3 | ||||
| -rw-r--r-- | disk-utils/partx.8 | 3 | ||||
| -rw-r--r-- | disk-utils/resizepart.8 | 3 | ||||
| -rw-r--r-- | sys-utils/prlimit.1 | 3 | ||||
| -rw-r--r-- | sys-utils/readprofile.8 | 2 | ||||
| -rw-r--r-- | text-utils/col.1 | 2 | ||||
| -rw-r--r-- | text-utils/column.1 | 2 |
8 files changed, 8 insertions, 13 deletions
diff --git a/disk-utils/addpart.8 b/disk-utils/addpart.8 index 875ca9efbc..dc7e203d59 100644 --- a/disk-utils/addpart.8 +++ b/disk-utils/addpart.8 @@ -4,8 +4,7 @@ .\" May be distributed under the GNU General Public License .TH ADDPART 8 "January 2007" "util-linux" "System Administration" .SH NAME -addpart \- -a simple wrapper around the "add partition" ioctl +addpart \- a simple wrapper around the "add partition" ioctl .SH SYNOPSIS .B addpart .I device partition start length diff --git a/disk-utils/delpart.8 b/disk-utils/delpart.8 index 5f90ec1984..a818153927 100644 --- a/disk-utils/delpart.8 +++ b/disk-utils/delpart.8 @@ -4,8 +4,7 @@ .\" May be distributed under the GNU General Public License .TH DELPART 8 "January 2007" "util-linux" "System Administration" .SH NAME -delpart \- -simple wrapper around the "del partition" ioctl +delpart \- simple wrapper around the "del partition" ioctl .SH SYNOPSIS .B delpart .I device partition diff --git a/disk-utils/partx.8 b/disk-utils/partx.8 index 815b50a4f4..5ceb2044ec 100644 --- a/disk-utils/partx.8 +++ b/disk-utils/partx.8 @@ -5,8 +5,7 @@ .\" May be distributed under the GNU General Public License .TH PARTX "8" "June 2012" "util-linux" "System Administration" .SH NAME -partx \- tell the Linux kernel about the presence and numbering of -on-disk partitions +partx \- tell the Linux kernel about the presence and numbering of on-disk partitions .SH SYNOPSIS partx [\-a | \-d | \-s | \-u] [\-t TYPE] [\-n M:N] [\-] disk .br diff --git a/disk-utils/resizepart.8 b/disk-utils/resizepart.8 index c009cc3047..d4f35be985 100644 --- a/disk-utils/resizepart.8 +++ b/disk-utils/resizepart.8 @@ -4,8 +4,7 @@ .\" May be distributed under the GNU General Public License .TH RESIZEPART 8 "February 2012" "util-linux" "System Administration" .SH NAME -resizepart \- -simple wrapper around the "resize partition" ioctl +resizepart \- simple wrapper around the "resize partition" ioctl .SH SYNOPSIS .B resizepart .I device partition length diff --git a/sys-utils/prlimit.1 b/sys-utils/prlimit.1 index df347b239f..c056272f16 100644 --- a/sys-utils/prlimit.1 +++ b/sys-utils/prlimit.1 @@ -4,8 +4,7 @@ .TH PRLIMIT 1 "July 2014" "util-linux" "User Commands" .SH NAME -prlimit \- -get and set process resource limits +prlimit \- get and set process resource limits .SH SYNOPSIS .BR prlimit " [options]" .RB [ \-\-\fIresource\fR [ =\fIlimits\fR] diff --git a/sys-utils/readprofile.8 b/sys-utils/readprofile.8 index f4e4dd53c6..8ad9dc9ede 100644 --- a/sys-utils/readprofile.8 +++ b/sys-utils/readprofile.8 @@ -1,6 +1,6 @@ .TH READPROFILE "8" "October 2011" "util-linux" "System Administration" .SH NAME -readprofile - read kernel profiling information +readprofile \- read kernel profiling information .SH SYNOPSIS .B readprofile .RI [ options ] diff --git a/text-utils/col.1 b/text-utils/col.1 index 0a5c884deb..1e536e6437 100644 --- a/text-utils/col.1 +++ b/text-utils/col.1 @@ -36,7 +36,7 @@ .\" .TH COL "1" "July 2014" "util-linux" "User Commands" .SH NAME -col - filter reverse line feeds from input +col \- filter reverse line feeds from input .SH SYNOPSIS .B col [options] diff --git a/text-utils/column.1 b/text-utils/column.1 index 305119f296..73f522c399 100644 --- a/text-utils/column.1 +++ b/text-utils/column.1 @@ -33,7 +33,7 @@ .\" .TH COLUMN 1 "July 2014" "util-linux" "User Commands" .SH NAME -column - columnate lists +column \- columnate lists .SH SYNOPSIS .BR column " [options]" .RI [ file ...] |
