Prepend "POSIX.1-2001 specifies that: " to the sentence stating

that tmpfile() may write to stdout.  (AFAICS, glibc's tmpfile()
does not do this.)
This commit is contained in:
Michael Kerrisk 2008-07-14 17:39:26 +00:00
parent 7febebb7a2
commit 47e9b9f131
1 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,7 @@
.\" 386BSD man pages .\" 386BSD man pages
.\" Modified Sat Jul 24 17:46:57 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sat Jul 24 17:46:57 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2001-11-17, aeb .\" Modified 2001-11-17, aeb
.TH TMPFILE 3 2001-11-17 "" "Linux Programmer's Manual" .TH TMPFILE 3 2008-07-14 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
tmpfile \- create a temporary file tmpfile \- create a temporary file
.SH SYNOPSIS .SH SYNOPSIS
@ -74,7 +74,8 @@ Read-only file system.
.SH "CONFORMING TO" .SH "CONFORMING TO"
SVr4, 4.3BSD, C89, C99, SUSv2, POSIX.1-2001. SVr4, 4.3BSD, C89, C99, SUSv2, POSIX.1-2001.
.SH NOTES .SH NOTES
An error message may be written to \fIstdout\fP if the stream POSIX.1-2001 specifies:
an error message may be written to \fIstdout\fP if the stream
cannot be opened. cannot be opened.
.LP .LP
The standard does not specify the directory that The standard does not specify the directory that