summaryrefslogtreecommitdiffstats
path: root/text-utils/rev.1
diff options
context:
space:
mode:
authorSami Kerola2011-09-18 13:10:27 +0200
committerSami Kerola2011-10-03 20:51:40 +0200
commit5987d1a93016f11a2f0a690b50169adf030e3288 (patch)
tree61054ab68aa48dc5f8ee8cd22c2e2edca06d5d1a /text-utils/rev.1
parentdocs: align more.1 with howto-man-page.txt (diff)
downloadkernel-qcow2-util-linux-5987d1a93016f11a2f0a690b50169adf030e3288.tar.gz
kernel-qcow2-util-linux-5987d1a93016f11a2f0a690b50169adf030e3288.tar.xz
kernel-qcow2-util-linux-5987d1a93016f11a2f0a690b50169adf030e3288.zip
docs: align rev.1 with howto-man-page.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'text-utils/rev.1')
-rw-r--r--text-utils/rev.140
1 files changed, 19 insertions, 21 deletions
diff --git a/text-utils/rev.1 b/text-utils/rev.1
index f8850e088..59177474e 100644
--- a/text-utils/rev.1
+++ b/text-utils/rev.1
@@ -33,28 +33,26 @@
.\" Modified for Linux by Charles Hannum (mycroft@gnu.ai.mit.edu)
.\" and Brian Koehmstedt (bpk@gnu.ai.mit.edu)
.\"
-.Dd April 2011 " "
-.Dt REV(1) "" "User Commands"
-.Os util-linux
-.Sh NAME
-.Nm rev
-.Nd reverse lines of a file or files
-.Sh SYNOPSIS
-.Nm rev
-.Op Fl V
-.Op Fl h
-.Op Ar file ...
-.Sh DESCRIPTION
+.TH REV "1" "September 2011" "util-linux" "User Commands"
+.SH NAME
+rev \- reverse lines of a file or files
+.SH SYNOPSIS
+.B rev
+[options] [file ...]
+.SH DESCRIPTION
The
-.Nm rev
-utility copies the specified files to standard output, reversing the
-order of characters in every line.
-If no files are specified, standard input is read.
-.Bl -tag -width Ds
-.It Fl V, Fl Fl version
+.B rev
+utility copies the specified files to standard output, reversing the order of
+characters in every line. If no files are specified, standard input is read.
+.SH OPTIONS
+.TP
+\fB\-V\fR, \fB\-\-version\fR
Output version information and exit.
-.It Fl h, Fl Fl help
+.TP
+\fB\-h\fR, \fB\-\-help\fR
Output help and exit.
-.Sh AVAILABILITY
+.SH AVAILABILITY
The rev command is part of the util-linux package and is available from
-ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
+.UR ftp://\:ftp.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
+Linux Kernel Archive
+.UE .