From 9494cbd2561d0bb04a470a6ed2ad75ba0abd18e0 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 4 Mar 2018 10:55:17 +0100 Subject: [PATCH 1/3] Docs: fix typos in taskrc man page --- doc/man/taskrc.5.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index c9100fa44..666334a65 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -280,7 +280,7 @@ control specific occasions when output is generated. This list may contain: sync Feedback about sync filter Shows the filter used in the command unwait Notification when a task leaves the 'waiting' state - override Notification when configuration options are overriden + override Notification when configuration options are overridden recur Notification when a new recurring task instance is created "affected", "new-id", "new-uuid", "project", "override" and "unwait" imply "footnote". @@ -450,7 +450,7 @@ The character or string to show in the .indicator column. Defaults to U. Controls whether recurrence is enabled, and whether recurring tasks continue to generate new task instances. Defaults to "1". -If you are syncing multiple clients, then it is adviѕed that you set 'recurrence=1' +If you are syncing multiple clients, then it is advised that you set 'recurrence=1' on your primary client, and 'recurrence=0' on ALL other clients. This is a workaround for a duplication bug. From 10f2b2c575809684d14ba03934be06e3b064a4af Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 4 Mar 2018 11:02:18 +0100 Subject: [PATCH 2/3] Docs: "recur" also implies "footnote" --- doc/man/taskrc.5.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index 666334a65..1148dc941 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -283,7 +283,8 @@ control specific occasions when output is generated. This list may contain: override Notification when configuration options are overridden recur Notification when a new recurring task instance is created -"affected", "new-id", "new-uuid", "project", "override" and "unwait" imply "footnote". +"affected", "new-id", "new-uuid", "project", "unwait", "override" and "recur" +imply "footnote". Note that the "1" setting is equivalent to all the tokens being specified, and the "nothing" setting is equivalent to none of the tokens being specified. From c94c1391f417bd953a124ca508840803f646cb00 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 4 Mar 2018 11:20:28 +0100 Subject: [PATCH 3/3] Docs: try to clarify what falls under header/footnote verbose settings --- doc/man/taskrc.5.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index 1148dc941..886342cda 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -267,8 +267,8 @@ Alternatively, you can specify a comma-separated list of verbosity tokens that control specific occasions when output is generated. This list may contain: blank Inserts extra blank lines in output, for clarity - header Messages that appear before report output - footnote Messages that appear after report output + header Messages that appear before report output (this includes .taskrc/.task overrides and the "[task next]" message) + footnote Messages that appear after report output (mostly status messages and change descriptions) label Column labels on tabular reports new-id Provides feedback of any new task IDs new-uuid Provides feedback of any new task UUIDs. Deprecated, to be