opnsense-ports/sysutils/linrename/files/patch-misc-utils__rename.1
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

45 lines
1,013 B
Groff

--- 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/.