summaryrefslogtreecommitdiff
path: root/lib/igt_aux.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-01-20 11:14:42 +0000
committerThomas Wood <thomas.wood@intel.com>2015-01-22 10:12:24 +0000
commitfa94e01ee71ee97a07a38802e9771b885b51eeeb (patch)
treec3f433491b9c43318121e9f81be7a66ebe513ef7 /lib/igt_aux.c
parent6011508afed046d60eebf44f51e52a76c326a591 (diff)
docs: fix parsing issue
Use entities for the special characters '<' and '>' to avoid "<var>" being treated as a tag. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/igt_aux.c')
-rw-r--r--lib/igt_aux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/igt_aux.c b/lib/igt_aux.c
index 49ef4625..aefa0863 100644
--- a/lib/igt_aux.c
+++ b/lib/igt_aux.c
@@ -453,7 +453,7 @@ void igt_drop_root(void)
* @var: var lookup to to enable this wait
*
* Waits for a key press when run interactively and when the corresponding debug
- * var is set in the --interactive-debug=<var> variable. Multiple keys
+ * var is set in the --interactive-debug=&lt;var&gt; variable. Multiple keys
* can be specified as a comma-separated list or alternatively "all" if a wait
* should happen for all cases.
*