diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-07-22 11:29:04 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-08-17 12:11:08 +0200 |
commit | f736d38534b951125996369f3ebe9285cffa8adf (patch) | |
tree | 049cadb96d738eae4aa9ff742d68d9fa2e792483 /misc-utils | |
parent | 3eca4291b9d92357de139d91a631c8fae4e7b94d (diff) | |
download | util-linux-old-f736d38534b951125996369f3ebe9285cffa8adf.tar.gz |
rename.1: formatting
Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
Diffstat (limited to 'misc-utils')
-rw-r--r-- | misc-utils/rename.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc-utils/rename.1 b/misc-utils/rename.1 index 6811a386..255832fe 100644 --- a/misc-utils/rename.1 +++ b/misc-utils/rename.1 @@ -5,9 +5,10 @@ .SH NAME rename \- Rename files .SH SYNOPSIS -.BI rename " from to file..." +.B rename +.IR "from to file" ... .br -.BI rename " -V" +.B rename -V .SH DESCRIPTION .B rename will rename the specified files by replacing the first occurrence of @@ -16,7 +17,7 @@ in their name by .IR to . .TP -.I "\-V," "\-\-version" +.BR \-V , " \-\-version" Display version information and exit. .TP |