diff libinterp/corefcn/file-io.cc @ 22720:766b0163b3b7 stable

doc: Don't create @tables of type @code with @qcode entries. * mk-opts.pl: Change table type for generated options to @asis. * file-io.cc (Fpopen): Change table type for options to @asis.
author Rik <rik@octave.org>
date Thu, 03 Nov 2016 14:17:37 -0700
parents 1e81abd0314a
children 37e53505e2eb
line wrap: on
line diff
--- a/libinterp/corefcn/file-io.cc	Wed Nov 02 17:32:57 2016 -0700
+++ b/libinterp/corefcn/file-io.cc	Thu Nov 03 14:17:37 2016 -0700
@@ -2651,7 +2651,7 @@
 The name of the command to run is given by @var{command}.  The argument
 @var{mode} may be
 
-@table @code
+@table @asis
 @item @qcode{"r"}
 The pipe will be connected to the standard output of the process, and
 open for reading.