From fa94e01ee71ee97a07a38802e9771b885b51eeeb Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Tue, 20 Jan 2015 11:14:42 +0000 Subject: docs: fix parsing issue Use entities for the special characters '<' and '>' to avoid "" being treated as a tag. Signed-off-by: Thomas Wood --- lib/igt_aux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/igt_aux.c') 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= variable. Multiple keys + * var is set in the --interactive-debug=<var> variable. Multiple keys * can be specified as a comma-separated list or alternatively "all" if a wait * should happen for all cases. * -- cgit v1.2.3