aboutsummaryrefslogtreecommitdiff
path: root/sysutils/linrename/files
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/linrename/files')
-rw-r--r--sysutils/linrename/files/patch-misc-utils__rename.145
1 files changed, 0 insertions, 45 deletions
diff --git a/sysutils/linrename/files/patch-misc-utils__rename.1 b/sysutils/linrename/files/patch-misc-utils__rename.1
deleted file mode 100644
index 8103a5ad475c..000000000000
--- a/sysutils/linrename/files/patch-misc-utils__rename.1
+++ /dev/null
@@ -1,45 +0,0 @@
---- misc-utils/rename.1.orig 2014-10-24 09:21:20 UTC
-+++ misc-utils/rename.1
-@@ -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
-@@ -33,8 +33,8 @@ the commands
- .RS
- .PP
- .nf
--rename foo foo0 foo?
--rename foo foo0 foo??
-+linrename foo foo0 foo?
-+linrename foo foo0 foo??
- .fi
- .PP
- .RE
-@@ -44,7 +44,7 @@ And
- .RS
- .PP
- .nf
--rename .htm .html *.htm
-+linrename .htm .html *.htm
- .fi
- .PP
- .RE
-@@ -58,5 +58,5 @@ know what you are doing.
- .SH "SEE ALSO"
- .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/.