aboutsummaryrefslogtreecommitdiffstats
path: root/community/e2tools/e2mkdir.1
diff options
context:
space:
mode:
Diffstat (limited to 'community/e2tools/e2mkdir.1')
-rw-r--r--community/e2tools/e2mkdir.141
1 files changed, 0 insertions, 41 deletions
diff --git a/community/e2tools/e2mkdir.1 b/community/e2tools/e2mkdir.1
deleted file mode 100644
index 1c230ec3bc2..00000000000
--- a/community/e2tools/e2mkdir.1
+++ /dev/null
@@ -1,41 +0,0 @@
-.TH E2MKDIR 1 "March 2, 2005"
-.\"
-.SH NAME
-e2mkdir \- creates a directory on an ext2 filesystem
-.\"
-.SH SYNOPSIS
-.B e2mkdir
-.RI [ options ] " directory..."
-.\"
-.SH DESCRIPTION
-The \fBe2mkdir\fP command creates directories on an ext2 filesystem. It
-behaves similar to `mkdir -p'.
-.\"
-.SH OPTIONS
-.TP
-.B \-G \fIgid\fP
-Set the default group to gid.
-.TP
-.B \-O \fIuid\fP
-Set the default file owner to uid.
-.TP
-.B \-P \fImode\fP
-Set the file permissions (ie 755, 666).
-.TP
-.B \-v
-Be verbose.
-.\"
-.SH SEE ALSO
-.BR e2tools (7),
-.BR e2ln (1),
-.BR e2ls (1),
-.BR e2mv (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).