changeset 8606:0611b48a2b61

file-io.cc (Ffprintf): doc fix
author John W. Eaton <jwe@octave.org>
date Tue, 27 Jan 2009 21:19:38 -0500
parents 9fc72c114ce1
children 08331c2fb00f
files src/file-io.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/file-io.cc	Tue Jan 27 16:15:31 2009 -0500
+++ b/src/file-io.cc	Tue Jan 27 21:19:38 2009 -0500
@@ -814,6 +814,7 @@
 @deftypefn {Built-in Function} {} fprintf (@var{fid}, @var{template}, @dots{})\n\
 This function is just like @code{printf}, except that the output is\n\
 written to the stream @var{fid} instead of @code{stdout}.\n\
+If @var{fid} is omitted, the output is written to @code{stdout}.\n\
 @seealso{printf, sprintf, fread, fscanf, fopen, fclose}\n\
 @end deftypefn")
 {