From 5d852400e9653036531a2c2db5cce7433d936469 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 17 Oct 2001 22:35:28 +0000 Subject: merge from gcc --- libiberty/mkstemps.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libiberty/mkstemps.c') diff --git a/libiberty/mkstemps.c b/libiberty/mkstemps.c index 56b0bae..8fe5784 100644 --- a/libiberty/mkstemps.c +++ b/libiberty/mkstemps.c @@ -57,12 +57,12 @@ Generate a unique temporary file name from @var{template}. @var{template} has the form: @example - /ccXXXXXX + @var{path}/ccXXXXXX@var{suffix} @end example -@var{suffix_len} tells us how long is (it can be zero -length). The last six characters of @var{template} before -must be @code{XXXXXX}; they are replaced with a string that makes the +@var{suffix_len} tells us how long @var{suffix} is (it can be zero +length). The last six characters of @var{template} before @var{suffix} +must be @samp{XXXXXX}; they are replaced with a string that makes the filename unique. Returns a file descriptor open on the file for reading and writing. -- cgit v1.1