diff libinterp/corefcn/file-io.cc @ 24933:75a748cb08a6 stable

doc: end first sentences of doc strings with a period (bug #53388) * file-io.cc (Fferror): End first sentence of doc string with a period. * zscore.m: Likewise.
author Mike Miller <mtmiller@octave.org>
date Mon, 19 Mar 2018 18:20:53 -0700
parents daf61c7dfcae
children 2365c2661b3c
line wrap: on
line diff
--- a/libinterp/corefcn/file-io.cc	Mon Mar 19 18:18:24 2018 -0700
+++ b/libinterp/corefcn/file-io.cc	Mon Mar 19 18:20:53 2018 -0700
@@ -2649,7 +2649,7 @@
 @deftypefn  {} {@var{msg} =} ferror (@var{fid})
 @deftypefnx {} {[@var{msg}, @var{err}] =} ferror (@var{fid})
 @deftypefnx {} {[@dots{}] =} ferror (@var{fid}, "clear")
-Query the error status of the stream specified by file descriptor @var{fid}
+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
 error.  Otherwise, return an empty string @qcode{""}.