summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 .