diff options
author | Larry Hynes <larry@larryhynes.com> | 2018-02-01 18:46:35 +0000 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-02-01 20:02:13 +0100 |
commit | 1cd323ef22751cf48328d8cd4e9e5793b7a316b3 (patch) | |
tree | 88871c3bde443f1da2d12257f13ebc65fe3d7940 /man/mdirs.1 | |
parent | 1082f7581b7632d1f12942c3638db522747c0fe6 (diff) | |
download | mblaze-1cd323ef22751cf48328d8cd4e9e5793b7a316b3.tar.gz mblaze-1cd323ef22751cf48328d8cd4e9e5793b7a316b3.tar.xz mblaze-1cd323ef22751cf48328d8cd4e9e5793b7a316b3.zip |
mdirs.1: update wording
Closes: #94 [via git-merge-pr]
Diffstat (limited to 'man/mdirs.1')
-rw-r--r-- | man/mdirs.1 | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/man/mdirs.1 b/man/mdirs.1 index 52cb543..b0cf9e6 100644 --- a/man/mdirs.1 +++ b/man/mdirs.1 @@ -3,28 +3,31 @@ .Os .Sh NAME .Nm mdirs -.Nd list Maildir folders, recursively +.Nd list maildir folders, recursively .Sh SYNOPSIS .Nm .Ar dirs\ ... .Sh DESCRIPTION .Nm -scans the given directories for Maildir folders and prints them, -one per line. -It understands Maildir and Maildir++ formats. -.Pp -There are currently no options. +recursively scans the given +.Ar dirs +for maildir +.Pq and maildir++ +folders and prints them, +separated by newlines. .Pp To .Nm , -a Maildir folder is a directory containing +a maildir folder is a directory containing the directories .Pa cur and .Pa new . -By the Maildir++ convention, nested Maildir folders -need to start with +By the maildir++ convention, nested maildir folder +names must begin with .Sq Li \&. . +.Pp +There are currently no options. .Sh EXIT STATUS .Ex -std .Sh SEE ALSO |