From c8ffcfd9b2c3f8550a097f3cab5e88c5d95aa535 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Tue, 25 Nov 2014 07:43:56 +0100 Subject: [PATCH] pick: Clarified the man page with respect to -ddd. -ddd is an argument to e.g. -after, not a separate switch. --- man/pick.man1 | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/man/pick.man1 b/man/pick.man1 index 2f06a22..7b1263f 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 -- 1.7.10.4