DESCRIPTION does not need to say "temporary file name" just "temporary

file", since the name is in any case unavailable to the user.
See Debian bug 363518

In DESCRIPTION:
Change /automatically deleted when the program terminates normally/
to     /automatically deleted when the program terminates/
since that is the reality.
This commit is contained in:
Michael Kerrisk 2006-04-19 21:19:30 +00:00
parent 2bb6d7e6ec
commit af8d55f9ce
2 changed files with 4 additions and 6 deletions

View File

@ -16,9 +16,7 @@ ctanh, ctanhf, ctanhl \- complex hyperbolic tangent
Link with \-lm.
.SH DESCRIPTION
The complex hyperbolic tangent function ctanh(z) is defined
mathematically as sinh(z) / cosh(z).
.\" FIXME should the above be
.\" mathematically as csinh(z) / ccosh(z).
mathematically as csinh(z) / ccosh(z).
.SH "CONFORMING TO"
C99
.SH "SEE ALSO"

View File

@ -36,10 +36,10 @@ tmpfile \- create a temporary file
.B FILE *tmpfile (void);
.fi
.SH DESCRIPTION
The \fBtmpfile\fP() function generates a unique temporary filename.
The temporary file is then opened in binary read/write (w+b) mode.
The \fBtmpfile\fP() function opens a unique temporary file
in binary read/write (w+b) mode.
The file will be automatically deleted when it is closed or the
program terminates normally.
program terminates.
.SH "RETURN VALUE"
The \fBtmpfile\fP() function returns a stream descriptor, or NULL if
a unique filename cannot be generated or the unique file cannot be