Mercurial > hg > octave-nkf
changeset 20128:09cb7e1e46d1
miscellaneous/tmpnam.m: fix typo in texinfo header
author | Philip Nienhuis <prnienhuis@users.sf.net> |
---|---|
date | Sun, 08 Mar 2015 14:47:13 +0100 |
parents | 66928b4546ab |
children | de0ac3d6ef59 |
files | scripts/miscellaneous/tmpnam.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/miscellaneous/tmpnam.m +++ b/scripts/miscellaneous/tmpnam.m @@ -30,7 +30,7 @@ ## Programming Note: Because the named file is not opened by @code{tmpnam}, ## it is possible, though relatively unlikely, that it will not be available ## by the time your program attempts to open it. If this is a concern, -## see @code{tmpfile}. The functions @code{tmpnam} and @code{tmpnam} are +## see @code{tmpfile}. The functions @code{tmpnam} and @code{tempname} are ## equivalent with the latter provided for @sc{matlab} compatibility. ## ## @strong{Caution}: @code{tmpnam} will be removed in a future version of