From 5ec0f4ebc03c222503b55d8e136e097705abe502 Mon Sep 17 00:00:00 2001 From: Yong Li Date: Thu, 6 Mar 2025 12:33:37 +0000 Subject: [PATCH] Update task.1.in (#3804) Clearly this is an error. The example command should use foo. --- 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 52bbcaab5..c779b2075 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -1037,7 +1037,7 @@ modifier requires that the attribute contain the whole word specified, such that this: .nf - task description.word:bar list + task description.word:foo list .fi Will match the description 'foo bar baz' but does not match 'dog food'.