summary refs log tree commit diff
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2017-07-03 17:05:08 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-07-03 22:50:44 +0200
commit3e2aca845dcdb26e9fe170142ff02495f6c22def (patch)
treef1877e111e042fe22d60a2e3dcf2baa4535b4d6b
parent9361feed35e589c5e2ddcbc6518cc851f4b83214 (diff)
downloadmblaze-3e2aca845dcdb26e9fe170142ff02495f6c22def.tar.gz
mblaze-3e2aca845dcdb26e9fe170142ff02495f6c22def.tar.xz
mblaze-3e2aca845dcdb26e9fe170142ff02495f6c22def.zip
Changes to mmkdir.1
- Use 'Maildir folders' instead of the pseudo-plural 'Maildir'
- Clean up language

Closes: #59 [via git-merge-pr]
-rw-r--r--man/mmkdir.113
1 files changed, 7 insertions, 6 deletions
diff --git a/man/mmkdir.1 b/man/mmkdir.1
index f2bfd0b..b44a8a6 100644
--- a/man/mmkdir.1
+++ b/man/mmkdir.1
@@ -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