* update man pages
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
.TH MU MKDIR 1 "September 2010" "User Manuals"
|
||||
.TH MU MKDIR 1 "November 2010" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
|
||||
@ -10,30 +10,28 @@ mu mkdir\- create a new Maildir
|
||||
|
||||
.SH DESCRIPTION
|
||||
|
||||
\fBmu mkdir\fR is the \fBmu\fR sub-command for creating Maildirs. It does not
|
||||
depend on the mu database.
|
||||
|
||||
With the \fBmkdir\fR command, you can create new Maildirs with permissions
|
||||
0755. For example,
|
||||
\fBmu mkdir\fR is the \fBmu\fR command for creating Maildirs. It does
|
||||
\fBnot\fR use the mu database. With the \fBmkdir\fR command, you can create
|
||||
new Maildirs with permissions 0755. For example,
|
||||
|
||||
.nf
|
||||
mu mkdir tom dick harry
|
||||
.fi
|
||||
|
||||
will create three Maildirs \fItom\fR, \fIdick\fR and \fIharry\fR.
|
||||
will create three Maildirs, \fItom\fR, \fIdick\fR and \fIharry\fR.
|
||||
|
||||
If the creation somehow fails, for safety reasons, \fBno\fR attempt is made to
|
||||
remove any parts that were created.
|
||||
If creation fails for whatever reason, \fBno\fR attempt is made to remove any
|
||||
parts that were created. This is for safety reasons.
|
||||
|
||||
.SH OPTIONS
|
||||
|
||||
.TP
|
||||
\fB\-\-mode\fR=<mode>
|
||||
set the file access mode for the new maildir as in chmod(1)
|
||||
set the file access mode for the new maildir(s) as in \fBchmod(1)\fR.
|
||||
|
||||
.SH BUGS
|
||||
|
||||
There probably are some; please report bugs when you find them:
|
||||
Please report bugs if you find them:
|
||||
.BR http://code.google.com/p/mu0/issues/list
|
||||
|
||||
.SH AUTHOR
|
||||
|
||||
Reference in New Issue
Block a user