]> diplodocus.org Git - minc/commitdiff
doc fixes
authorepg <>
Fri, 12 Mar 2004 05:11:07 +0000 (05:11 +0000)
committerepg <>
Fri, 12 Mar 2004 05:11:07 +0000 (05:11 +0000)
minc

diff --git a/minc b/minc
index 87a7813c2c821069baedbafdbc13c5d1e0acbdb5..2f852279330b3bf738c41ffa2d4cd13fa626ab09 100755 (executable)
--- a/minc
+++ b/minc
@@ -8,15 +8,14 @@ B<minc> - Incorporate mail from a maildir into mh folders.
 
 =head1 SYNOPSIS
 
-B<minc> [-B<dhns>]
+B<minc> [-B<dfhnps>]
 
 =head1 DESCRIPTION
 
-B<minc> is a program for incorporating mail from a maildir to a mh
-folder hierarchy.  It takes mail from a maildir folder (not a maildir
-folder hierarchy), optionally checks for spam with a user-defined
-spam-checking function, and optionally filters mail into separate mh
-folders.
+B<minc> incorporates mail from a maildir to a mh folder hierarchy.  It
+takes mail from a maildir folder (not a maildir folder hierarchy),
+optionally checks for spam with a user-defined spam-checking function,
+and optionally filters mail into separate mh folders.
 
 The filtering is quite sophisticated, as it is done using real Perl
 matching (m//) commands.
@@ -466,7 +465,7 @@ sub store_message {
                 # up duplicated.  The advantage of creating an empty
                 # file followed by rename(2) is that an extra empty
                 # file is left behind as opposed to a duplicate
-                # message.  This is more easiliy detected by the user.
+                # message.  This is more easily detected by the user.
                 if ($run) {
                     if (sysopen(MSG, "$mhmsg",
                                 O_WRONLY | O_EXCL | O_CREAT, 0600)) {