Changes to mmkdir.1

- Use 'Maildir folders' instead of the pseudo-plural 'Maildir'
- Clean up language
This commit is contained in:
Larry Hynes 2017-07-03 17:05:08 +01:00
parent 0d2c71d2ef
commit b20c23c01b

View File

@ -3,19 +3,20 @@
.Os
.Sh NAME
.Nm mmkdir
.Nd create new Maildir
.Nd create new Maildir folders
.Sh SYNOPSIS
.Nm
.Ar dirs\ ...
.Sh DESCRIPTION
.Nm
creates new Maildir.
creates new Maildir folders.
.Pp
Parent directories are created as needed, and creating existing
Maildir is no error.
Parent directories are created as needed,
and attempting to create an existing
Maildir is not an error.
.Pp
New Maildir are created with permission 0700, i.e.
only readable and writable by the owner.
New Maildir folders are created with mode 0700, i.e.
readable and writable by the owner only.
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO