From: Sami Kerola Date: Sun, 18 Sep 2011 11:10:27 +0000 (+0200) Subject: docs: align rev.1 with howto-man-page.txt X-Git-Tag: v2.21-rc1~353^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5987d1a93016f11a2f0a690b50169adf030e3288;p=thirdparty%2Futil-linux.git docs: align rev.1 with howto-man-page.txt Signed-off-by: Sami Kerola --- diff --git a/text-utils/rev.1 b/text-utils/rev.1 index f8850e0884..59177474e9 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 .