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
.\" Modified Sat Jul 24 17:46:57 1993 by Rik Faith (faith@cs.unc.edu)
.\" 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
tmpfile \- create a temporary file
.SH SYNOPSIS
@ -74,7 +74,8 @@ Read-only file system.
.SH "CONFORMING TO"
SVr4, 4.3BSD, C89, C99, SUSv2, POSIX.1-2001.
.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.
.LP
The standard does not specify the directory that