diff options
author | DJ Delorie <dj@redhat.com> | 2001-10-17 17:15:41 -0400 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2001-10-17 17:15:41 -0400 |
commit | 5bed56d982200550d5e8c45b217b071bfae9be14 (patch) | |
tree | e2ffc65e72b8e65621fcec4349bc96ac9591f224 /libiberty/choose-temp.c | |
parent | 51fabca55a83f4e2efad3cdccd6d312b06540c76 (diff) | |
download | gcc-5bed56d982200550d5e8c45b217b071bfae9be14.tar.gz |
argv.c, [...]: Improve manual formatting.
* argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
mkstemps.c, pexecute.c, random.c, strsitnal.c, vasprintf.c:
Improve manual formatting.
* functions.texi: Regenerate.
From-SVN: r46323
Diffstat (limited to 'libiberty/choose-temp.c')
-rw-r--r-- | libiberty/choose-temp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/choose-temp.c b/libiberty/choose-temp.c index de6fbed4b7d..5c2c6140dbf 100644 --- a/libiberty/choose-temp.c +++ b/libiberty/choose-temp.c @@ -39,7 +39,7 @@ extern char *choose_tmpdir PARAMS ((void)); /* -@deftypefn Extension char* choose_temp_base () +@deftypefn Extension char* choose_temp_base (void) Return a prefix for temporary file names or @code{NULL} if unable to find one. The current directory is chosen if all else fails so the |