comparison libinterp/corefcn/file-io.cc @ 19419:3b4d6780d6b8

doc: Add missing closing parenthesis in tempname docstring. * file-io.cc (Ftempname): Add missing closing parenthesis in docstring.
author Rik <rik@octave.org>
date Fri, 05 Dec 2014 15:09:48 -0800
parents 6ca096827123
children 03067dab10ca
comparison
equal deleted inserted replaced
19416:e72052d96a13 19419:3b4d6780d6b8
1937 @deftypefnx {Built-in Function} {@var{fname} =} tempname (@var{dir}, @var{prefix})\n\ 1937 @deftypefnx {Built-in Function} {@var{fname} =} tempname (@var{dir}, @var{prefix})\n\
1938 Return a unique temporary file name as a string.\n\ 1938 Return a unique temporary file name as a string.\n\
1939 \n\ 1939 \n\
1940 If @var{prefix} is omitted, a value of @qcode{\"oct-\"} is used.\n\ 1940 If @var{prefix} is omitted, a value of @qcode{\"oct-\"} is used.\n\
1941 If @var{dir} is also omitted, the default directory for temporary files\n\ 1941 If @var{dir} is also omitted, the default directory for temporary files\n\
1942 (@code{P_tmpdir} is used. If @var{dir} is provided, it must exist,\n\ 1942 (@code{P_tmpdir}) is used. If @var{dir} is provided, it must exist,\n\
1943 otherwise the default directory for temporary files is used.\n\ 1943 otherwise the default directory for temporary files is used.\n\
1944 \n\ 1944 \n\
1945 Programming Note: Because the named file is not opened by @code{tempname},\n\ 1945 Programming Note: Because the named file is not opened by @code{tempname},\n\
1946 it is possible, though relatively unlikely, that it will not be available\n\ 1946 it is possible, though relatively unlikely, that it will not be available\n\
1947 by the time your program attempts to open it. If this is a concern,\n\ 1947 by the time your program attempts to open it. If this is a concern,\n\