comparison src/file-io.cc @ 14365:a598273c9c3d

doc: Periodic spellcheck of documentation. * file-io.cc: Periodic spellcheck of documentation.
author Rik <octave@nomad.inbox5.com>
date Wed, 15 Feb 2012 12:48:22 -0800
parents 97883071e8e4
children b76f0740940e
comparison
equal deleted inserted replaced
14364:721a4a83cba6 14365:a598273c9c3d
1110 In the second form, read from @var{fid} according to @var{template},\n\ 1110 In the second form, read from @var{fid} according to @var{template},\n\
1111 with each conversion specifier in @var{template} corresponding to a\n\ 1111 with each conversion specifier in @var{template} corresponding to a\n\
1112 single scalar return value. This form is more `C-like', and also\n\ 1112 single scalar return value. This form is more `C-like', and also\n\
1113 compatible with previous versions of Octave. The number of successful\n\ 1113 compatible with previous versions of Octave. The number of successful\n\
1114 conversions is returned in @var{count}. It permits to explicitly\n\ 1114 conversions is returned in @var{count}. It permits to explicitly\n\
1115 specify a locale to take into account langage specific features, \n\ 1115 specify a locale to take into account language specific features, \n\
1116 such as decimal separator. This operation restores the previous locales\n\ 1116 such as decimal separator. This operation restores the previous locales\n\
1117 setting at the end of the conversion.\n\ 1117 setting at the end of the conversion.\n\
1118 @ifclear OCTAVE_MANUAL\n\ 1118 @ifclear OCTAVE_MANUAL\n\
1119 \n\ 1119 \n\
1120 See the Formatted Input section of the GNU Octave manual for a\n\ 1120 See the Formatted Input section of the GNU Octave manual for a\n\