Fix sync filter example in dbd.pod

This commit is contained in:
Andrew Johnson
2019-06-04 12:53:41 -05:00
parent 96259b7bdc
commit 345cfcffa8

View File

@@ -241,7 +241,7 @@ Assuming there is a system state called "blue", that is being controlled by
some other facility such as a timing system, updates could be restricted to
periods only when "blue" is true by using
Hal$ camonitor 'test:channel' 'test:channel.{"while":"blue"}'
Hal$ camonitor 'test:channel' 'test:channel.{"sync":{"while":"blue"}}'
...
=cut