aboutsummaryrefslogtreecommitdiffstats
path: root/testing/e2tools/e2mv.1
diff options
context:
space:
mode:
Diffstat (limited to 'testing/e2tools/e2mv.1')
-rw-r--r--testing/e2tools/e2mv.139
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/e2tools/e2mv.1 b/testing/e2tools/e2mv.1
deleted file mode 100644
index 604226679c..0000000000
--- a/testing/e2tools/e2mv.1
+++ /dev/null
@@ -1,39 +0,0 @@
-.TH E2MV 1 "March 2, 2005"
-.\"
-.SH NAME
-e2mv \- moves or renames files on an ext2fs filesystem
-.\"
-.SH SYNOPSIS
-.B e2mv
-.RI [ options ] " files... dest"
-.\"
-.SH DESCRIPTION
-The \fBe2mv\fP command moves or renames files on an ext2fs filesystem. The
-source files must be explicitly stated. It does not use regular expressions,
-yet.
-.\"
-.SH OPTIONS
-.TP
-.B \-f
-Force the operation to remove any existing files.
-.TP
-.B \-s
-Swap names of the two files.
-.TP
-.B \-v
-Be verbose.
-.\"
-.SH SEE ALSO
-.BR e2tools (7),
-.BR e2ln (1),
-.BR e2ls (1),
-.BR e2mkdir (1),
-.BR e2cp (1),
-.BR e2rm (1),
-.BR e2tail (1).
-.\"
-.SH AUTHOR
-The \fBe2tools\fP were written by Keith Sheffield <sheff@pobox.com>.
-.PP
-This manual page was written by Lucas Wall <lwall@debian.org>,
-for the Debian project (but may be used by others).