From 44d5a28b7d9e937b45150a498584aff417dba9f3 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 18 Jan 2013 18:36:35 +0100 Subject: [PATCH] doc/filters: avoid @example for showing the drawbox shorthand syntax Improve overall consistency. --- doc/filters.texi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index da7e816364..be65350c91 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1865,10 +1865,8 @@ Set the thickness of the box edge. Default value is @code{4}. @end table If the key of the first options is omitted, the arguments are -interpreted according to the following syntax: -@example -drawbox=@var{x}:@var{y}:@var{width}:@var{height}:@var{color}:@var{thickness} -@end example +interpreted according to the syntax +@var{x}:@var{y}:@var{width}:@var{height}:@var{color}:@var{thickness}. Some examples follow: @itemize