comparison src/file-io.cc @ 12291:b6840c49fbdb release-3-4-x

Add S_ISBLK and family of functions to documentation. Improve docstrings for functions in System Utilities::File Utilities.
author Rik <octave@nomad.inbox5.com>
date Sat, 29 Jan 2011 21:28:38 -0800
parents 5ec6aa05638d
children 0f70c5db58c3
comparison
equal deleted inserted replaced
12290:75a496c7a3df 12291:b6840c49fbdb
1851 return retval; 1851 return retval;
1852 } 1852 }
1853 1853
1854 DEFUNX ("tmpnam", Ftmpnam, args, , 1854 DEFUNX ("tmpnam", Ftmpnam, args, ,
1855 "-*- texinfo -*-\n\ 1855 "-*- texinfo -*-\n\
1856 @deftypefn {Built-in Function} {} tmpnam (@var{dir}, @var{prefix})\n\ 1856 @deftypefn {Built-in Function} {} tmpnam ()\n\
1857 @deftypefnx {Built-in Function} {} tmpnam (@var{dir})\n\
1858 @deftypefnx {Built-in Function} {} tmpnam (@var{dir}, @var{prefix})\n\
1857 Return a unique temporary file name as a string.\n\ 1859 Return a unique temporary file name as a string.\n\
1858 \n\ 1860 \n\
1859 If @var{prefix} is omitted, a value of @code{\"oct-\"} is used.\n\ 1861 If @var{prefix} is omitted, a value of @code{\"oct-\"} is used.\n\
1860 If @var{dir} is also omitted, the default directory for temporary files\n\ 1862 If @var{dir} is also omitted, the default directory for temporary files\n\
1861 is used. If @var{dir} is provided, it must exist, otherwise the default\n\ 1863 is used. If @var{dir} is provided, it must exist, otherwise the default\n\