summaryrefslogtreecommitdiff
path: root/sysutils/linrename/files/patch-misc-utils__rename.1
blob: e5cf9be3959143bca565515d0268e4dd621e181b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
--- misc-utils/rename.1.orig	2012-06-11 19:06:53.730196000 +0900
+++ misc-utils/rename.1	2012-09-28 00:43:17.000000000 +0900
@@ -3,12 +3,12 @@
 .\"
 .TH RENAME 1 "June 2011" "util-linux" "User Commands"
 .SH NAME
-rename \- rename files
+linrename \- rename files
 .SH SYNOPSIS
-.B rename
+.B linrename
 .RI [ options ] " expression replacement file" ...
 .SH DESCRIPTION
-.B rename
+.B linrename
 will rename the specified files by replacing the first occurrence of
 .I expression
 in their name by
@@ -30,8 +30,8 @@
 .RS
 .PP
 .nf
-rename foo foo0 foo?
-rename foo foo0 foo??
+linrename foo foo0 foo?
+linrename foo foo0 foo??
 .fi
 .PP
 .RE
@@ -41,7 +41,7 @@
 .RS
 .PP
 .nf
-rename .htm .html *.htm
+linrename .htm .html *.htm
 .fi
 .PP
 .RE
@@ -56,5 +56,5 @@
 .BR mmv (1),
 .BR mv (1)
 .SH AVAILABILITY
-The rename command is part of the util-linux package and is available from
+The linrename command is part of the util-linux package and is available from
 ftp://ftp.kernel.org/pub/linux/utils/util-linux/.