changeset 22725:37e53505e2eb stable

doc: Use Texinfo dots macro to create ellipses. * file-io.cc (Fferror): Use @dots Texinfo macro instead of keyword "dots".
author Rik <rik@octave.org>
date Fri, 04 Nov 2016 15:07:34 -0700
parents 611794516332
children 125391edc71b
files libinterp/corefcn/file-io.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/file-io.cc	Fri Nov 04 08:14:44 2016 -0700
+++ b/libinterp/corefcn/file-io.cc	Fri Nov 04 15:07:34 2016 -0700
@@ -2603,7 +2603,7 @@
         doc: /* -*- texinfo -*-
 @deftypefn  {} {@var{msg} =} ferror (@var{fid})
 @deftypefnx {} {[@var{msg}, @var{err}] =} ferror (@var{fid})
-@deftypefnx {} {[@var{dots}] =} ferror (@var{fid}, "clear")
+@deftypefnx {} {[@dots{}] =} ferror (@var{fid}, "clear")
 Query the error status of the stream specified by file descriptor @var{fid}
 
 If an error condition exists then return a string @var{msg} describing the