diff --git a/docs/TASKS.md b/docs/TASKS.md
index fb9ddc057..1626834a1 100644
--- a/docs/TASKS.md
+++ b/docs/TASKS.md
@@ -322,9 +322,7 @@ Declaring a metric's name exactly as it appears in the metric catalog (see `snap
Metrics requested in task manifest | Collected metrics
--------------------------------------------|------------------------
/intel/mock/foo | /intel/mock/foo
-|
/intel/mock/bar | /intel/mock/bar
-|
/intel/mock/\*/baz
_(dynamic metric)_ | /intel/mock/host0/baz
/intel/mock/host1/baz
/intel/mock/host2/baz
/intel/mock/host3/baz
/intel/mock/host4/baz
/intel/mock/host5/baz
/intel/mock/host6/baz
/intel/mock/host7/baz
/intel/mock/host8/baz
/intel/mock/host9/baz
_(collect metrics for all instances of the dynamic metric)_
@@ -349,9 +347,7 @@ Dynamic queries are those that contain:
Metrics requested in task manifest | Collected metrics
------------------------------------|------------------------
/intel/mock/* | /intel/mock/foo
/intel/mock/bar
/intel/mock/host0/baz
/intel/mock/host1/baz
/intel/mock/host2/baz
/intel/mock/host3/baz
/intel/mock/host4/baz
/intel/mock/host5/baz
/intel/mock/host6/baz
/intel/mock/host7/baz
/intel/mock/host8/baz
/intel/mock/host9/baz
_(collect all metrics with prefix "/intel/mock/")_
-|
/intel/mock/(foo;bar) | /intel/mock/foo
/intel/mock/bar
-|
/intel/mock/(host0;host1;host2)/baz | /intel/mock/host0/baz
/intel/mock/host1/baz
/intel/mock/host2/baz
The namespaces are keys to another nested object which may contain a specific version of a plugin, e.g.: