comparison libinterp/interpfcn/dirfns.cc @ 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 2fc554ffbc28
children 919796a440c6
comparison
equal deleted inserted replaced
16093:c81b4c81339f 16094:8899c785cc99
554 them, or an empty cell array if no patterns match. The pattern strings are\n\ 554 them, or an empty cell array if no patterns match. The pattern strings are\n\
555 interpreted as filename globbing patterns (as they are used by Unix shells).\n\ 555 interpreted as filename globbing patterns (as they are used by Unix shells).\n\
556 Within a pattern\n\ 556 Within a pattern\n\
557 \n\ 557 \n\
558 @table @code\n\ 558 @table @code\n\
559 @itemx *\n\ 559 @item *\n\
560 matches any string, including the null string,\n\ 560 matches any string, including the null string,\n\
561 @itemx ?\n\ 561 @item ?\n\
562 matches any single character, and\n\ 562 matches any single character, and\n\
563 \n\ 563 \n\
564 @item [@dots{}]\n\ 564 @item [@dots{}]\n\
565 matches any of the enclosed characters.\n\ 565 matches any of the enclosed characters.\n\
566 @end table\n\ 566 @end table\n\