From 9bc8643ce5d41aec7da85f527539fb160482dd23 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 25 Feb 2017 23:40:21 -0500 Subject: [PATCH] Docs: Updated man page for DOM ref changes --- doc/man/task.1.in | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/doc/man/task.1.in b/doc/man/task.1.in index f95264935..39d8ee0a6 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -633,11 +633,16 @@ Accesses and displays the DOM reference(s). Used to extract individual values from tasks, or the system. Supported DOM references are: rc. - context.program - context.args - context.width - context.height - system.version + tw.syncneeded + tw.program + tw.args + tw.width + tw.height + context.program (Deprecated in 2.6.0) + context.args (Deprecated in 2.6.0) + context.width (Deprecated in 2.6.0) + context.height (Deprecated in 2.6.0) + system.versio system.os . .