diff src/file-io.cc @ 5653:ab9a339fcec8

[project @ 2006-03-09 17:28:13 by jwe]
author jwe
date Thu, 09 Mar 2006 17:28:13 +0000
parents 2618a0750ae6
children 26beffa9f66f
line wrap: on
line diff
--- a/src/file-io.cc	Thu Mar 09 15:12:21 2006 +0000
+++ b/src/file-io.cc	Thu Mar 09 17:28:13 2006 +0000
@@ -816,9 +816,13 @@
   "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {} printf (@var{template}, @dots{})\n\
 Print optional arguments under the control of the template string\n\
-@var{template} to the stream @code{stdout}.\n\
+@var{template} to the stream @code{stdout} and return the number of\n\
+characters printed.\n\
+@ifclear OCTAVE_MANUAL\n\
 \n\
-Return the number of characters printed.\n\
+See the Formatted Output section of the GNU Octave manual for a\n\
+complete description of the syntax of the template string.\n\
+@end ifclear\n\
 @seealso{fprintf, sprintf, scanf}\n\
 @end deftypefn")
 {
@@ -1003,6 +1007,11 @@
 single scalar return value.  This form is more `C-like', and also\n\
 compatible with previous versions of Octave.  The number of successful\n\
 conversions is returned in @var{count}\n\
+@ifclear OCTAVE_MANUAL\n\
+\n\
+See the Formatted Input section of the GNU Octave manual for a\n\
+complete description of the syntax of the template string.\n\
+@end ifclear\n\
 @seealso{scanf, sscanf, fread, fprintf}\n\
 @end deftypefn")
 {