diff scripts/plot/print.m @ 16094:8899c785cc99

doc: Fix warnings associated with Texinfo 5.0 (bug #38392) * doc/interpreter/octave.texi: Start @end flushright at beginning of new line. * doc/interpreter/plot.txi: Use @itemx after @item in table for markeredgecolor. * doc/interpreter/tips.txi: Eliminate null @item entries in table of variable recommendations. * libinterp/interpfcn/dirfns.cc: Use @itemx instead of @item in table of regexp patterns. * libinterp/interpfcn/file-io.cc: Use @item rather than just formatted text in @table for Endian format. * scripts/io/strread.m: Use @itemx after @item for format %f,%n. * scripts/plot/legend.m: Use @item instead of @itemx in table of options. * scripts/plot/print.m: Use @item instead of @itemx in table of options. * scripts/time/datetick.m: Overhaul docstring.
author Rik <rik@octave.org>
date Sun, 24 Feb 2013 07:16:22 -0800
parents 3d05b55c91c7
children 7268845c0a1e
line wrap: on
line diff
--- a/scripts/plot/print.m	Sat Feb 23 12:55:16 2013 +0100
+++ b/scripts/plot/print.m	Sun Feb 24 07:16:22 2013 -0800
@@ -207,11 +207,10 @@
 ## is sent to a file the size is determined by the plot box defined by
 ## the figure's "paperposition" property.
 ##
-## @itemx -append
-##   Append Postscript or PDF output to a pre-existing file of the
-## same type.
+## @item -append
+##   Append Postscript or PDF output to a pre-existing file of the same type.
 ##
-## @itemx -r@var{NUM}
+## @item -r@var{NUM}
 ##   Resolution of bitmaps in pixels per inch.  For both metafiles and
 ## SVG the default is the screen resolution; for other formats it is 150 dpi.
 ## To specify screen resolution, use "-r0".