From a8922629ae7e13d4734f791277a57a836ea2535c Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Fri, 4 Sep 2015 22:56:45 +0200 Subject: [PATCH] docs: Document attribute-specific DOM references --- doc/man/task.1.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/man/task.1.in b/doc/man/task.1.in index 7dc99a625..e1c53b66c 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -625,6 +625,16 @@ the reference from being interpreted as an override. Note that if the DOM reference is not valid, or the reference evaluates to a missing value, the command exits with 1. +Additionally, some components of the attributes of particular types may be +extracted by DOM references. + + $ task _get 2.due.year + 2015 + +For a full list of supported attribute-specific DOM references, consult +the online documentation at: + + .SH ATTRIBUTES AND METADATA .TP