From 1b81813223e523d7c358f9fefc826048e2677f92 Mon Sep 17 00:00:00 2001 From: Sebastian Carlos <88276600+sebastiancarlos@users.noreply.github.com> Date: Fri, 28 Jun 2024 19:13:02 -0300 Subject: [PATCH] Clarify relation between the DUE tag and the rc.due setting in task(1) (#3526) Also, clarify that DUE is based on a number of days since the current date. Co-authored-by: Sebastian Carlos --- doc/man/task.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/task.1.in b/doc/man/task.1.in index e26eafebc..ae982b53b 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -782,7 +782,7 @@ are: CHILD Matches if the task has a parent (deprecated in 2.6.0) COMPLETED Matches if the task has completed status DELETED Matches if the task has deleted status - DUE Matches if the task is due + DUE Matches if the task is due within the next 7 days (See rc.due) INSTANCE Matches if the task is a recurrent instance LATEST Matches if the task is the newest added task MONTH Matches if the task is due this month