These functions are nowadays in POSIX.1-2008.

This commit is contained in:
Michael Kerrisk 2008-08-06 12:04:37 +00:00
parent ca5711a5ed
commit db546f6cf6
1 changed files with 3 additions and 4 deletions

View File

@ -22,7 +22,7 @@
.\"
.\" Text fragments inspired by Martin Schulze <joey@infodrom.org>.
.\"
.TH DPRINTF 3 2008-06-14 "GNU" "Linux Programmer's Manual"
.TH DPRINTF 3 2008-08-06 "GNU" "Linux Programmer's Manual"
.SH NAME
dprintf, vdprintf \- print to a file descriptor
.SH SYNOPSIS
@ -48,9 +48,8 @@ instead of to a
.I stdio
stream.
.SH "CONFORMING TO"
.\" FIXME . Update the following once SUSv4 is complete.
These functions are GNU extensions that are specified in the
next POSIX.1 revision.
These functions are GNU extensions that are nowadays specified in
POSIX.1-2008
.\" .SH NOTES
.\" These functions are GNU extensions, not in C or POSIX.
.\" Clearly, the names were badly chosen.