From 2063e7fcba420f1efaf116bd2130476b064149ca Mon Sep 17 00:00:00 2001 From: Daniel Spiljar Date: Fri, 10 Feb 2023 09:35:50 +0100 Subject: [PATCH] Minor updates of the documentation. --- doc/mboxgrep.1 | 9 +++------ doc/mboxgrep.info | Bin 6808 -> 6823 bytes doc/mboxgrep.texi | 9 ++++----- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/doc/mboxgrep.1 b/doc/mboxgrep.1 index 3e2f3db..5b226ab 100644 --- a/doc/mboxgrep.1 +++ b/doc/mboxgrep.1 @@ -84,14 +84,14 @@ caution. Ignore duplicate messages. .IP "-m, --mailbox-format=TYPE" Select input and output mailbox TYPE. TYPE can be either `mbox' (default), -`zmbox' (meaning `gzip compressed mbox'), `bz2mbox' (meaning `bzip2 -compressed mbox'), `mh', `nnml', `nnmh' or `maildir'. +`zmbox' (gzip compressed mbox), `bz2mbox' (bzip2 compressed mbox), `mh', `nnml', +`nnmh' or `maildir'. .SH EXAMPLES .TP \(bu Search $MAIL for messages from Dirty Harry: .PP -mboxgrep '^From:.*callahan@homicide\\.SFPD\\.gov' $MAIL +mboxgrep '^From:.*callahan@sanfranciscopolice\\.org' $MAIL .TP \(bu Display all messages contained in folder ~/Mail/incoming, except those @@ -100,9 +100,6 @@ that appear to originate from AOL: mboxgrep -v 'Received:.*aol\\.com' ~/Mail/incoming .SH BUGS Report them to address below. -.SH NOTICE -Mboxgrep was alomost completely rewritten since version 0.5.3. Additionally, -there was no stable 0.6.x branch between 0.5.3 and 0.7.0. .SH SEE ALSO grep(1), regex(7), diff --git a/doc/mboxgrep.info b/doc/mboxgrep.info index ddb1971212ef2533a2a735ef526068e402eb492c..4f3ddbe80f35fb2650e539dea5fe8692b0228b25 100644 GIT binary patch delta 102 zcmV-s0Ga=oHK#SOtrHh>VQyw}VQyn-b7OCCZ)|B}Wn3N~V IHj`i)IKFTsbN~PV delta 87 zcmV-d0I2_`HJCN9trHVyZ*6H~X=G(wE>lKOL|iUsZ+5f96FUO|CzApfpaev3ZYPtj t7a0U(b!~8y;S3_P?iXwV6*LM?Z)9aUAXIN4R%v5vd4D!AI5CrN8aOqq9W?*| diff --git a/doc/mboxgrep.texi b/doc/mboxgrep.texi index 0d29ad9..68280f1 100644 --- a/doc/mboxgrep.texi +++ b/doc/mboxgrep.texi @@ -1,5 +1,4 @@ -\input texinfo @c -*-texinfo-*- -@c $Id: mboxgrep.texi,v 1.20 2006-01-18 00:09:58 dspiljar Exp $ +\input texinfo @setfilename mboxgrep.info @settitle Grep through mailboxes @finalout @@ -224,7 +223,7 @@ mbox) @code{mh}, @code{nnml}, @code{nnmh}, and @code{maildir}. Scan @env{$MAIL} for messages from Dirty Harry: @example -mboxgrep -H '^From:.*callahan@@homicide\.SFPD\.gov' $MAIL +mboxgrep -H '^From:.*callahan@@sanfranciscopolice\.org' $MAIL @end example Re-mail to George messages that mention his name: @@ -258,11 +257,11 @@ mboxgrep -nd -c . spam @cindex bug, insect, vermin, bugreport Shortly, if @code{mboxgrep} crashes and/or works differently than described -in this manual, you've found a bug. +in this manual, you have found a bug. Please report bugs to @email{dspiljar@@datatipp.se}. Instructions how to reproduce the bug or output from a debugger would be -highly appreciated. Don't, however, send any coredumps. +highly appreciated. Please do not, however, send any core dumps. @node To Vicky, , Bugs, Top @chapter Author's Dedication