X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2Fpick.man1;h=42971fec485af8d515fd47295f89c0998a095429;hp=2f06a22fe0308553526f4698875cae6cf53de8a5;hb=1ba1ca6484d35f40b87d515302ea76e7b7b01f32;hpb=5c43bb739797c078c3fd6aa982183e15af456d31 diff --git a/man/pick.man1 b/man/pick.man1 index 2f06a22..42971fe 100644 --- a/man/pick.man1 +++ b/man/pick.man1 @@ -169,12 +169,20 @@ ago), and `tomorrow' (24 hours from now). All days of the week are judged to refer to a day in the past (e.g., telling \fIpick\fR `saturday' on a `tuesday' means `last\ saturday' not `this\ saturday'). -.PP Finally, in addition to these special specifications, .B pick will -also honor a specification of the form `\-dd', which means -`dd days ago'. +also honor a date specification of the form `\-\fIddd\fR', which means +`\fIddd\fR days ago'. +For example, +.PP +.RS 5 +.nf +pick\0\-after\0\-30 +.fi +.RE +.PP +identifies the messages of the last thirty days. .PP .B Pick supports complex boolean operations on the searching primitives @@ -344,14 +352,14 @@ not, and merely matches the messages you specify. This lets you type something like: .PP .RS 5 -show\0`pick\0last:20\0\-seq\0fear` +show\0`pick\0l:20\0\-seq\0fear` .RE .PP instead of typing .PP .RS 5 .nf -mark\0\-add\0\-nozero\0\-seq\0fear\0last:20 +mark\0\-add\0\-nozero\0\-seq\0fear\0l:20 show\0fear .fi .RE