~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/dprintf.3

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-10-17 13:06:22 UTC
  • mfrom: (1.1.46 upstream) (2.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20111017130622-rbdw3julnma2baqu
Tags: 3.32-0.2ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
* Keep Debian's glibc-doc version in the Replaces as it's satisfactory for
  upgrades from natty and lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
.BI "int dprintf(int " fd ", const char *" format ", ...);"
32
32
.sp
33
33
.BI "int vdprintf(int " fd ", const char *" format ", va_list " ap );
34
 
.fi
35
34
.sp
36
35
.in -4n
37
36
Feature Test Macro Requirements for glibc (see
68
67
stream.
69
68
.SH "CONFORMING TO"
70
69
These functions are GNU extensions that are nowadays specified in
71
 
POSIX.1-2008
 
70
POSIX.1-2008.
72
71
.\" .SH NOTES
73
72
.\" These functions are GNU extensions, not in C or POSIX.
74
73
.\" Clearly, the names were badly chosen.
93
92
.\" A better name would have been
94
93
.\" .BR fdprintf ().
95
94
.SH "SEE ALSO"
96
 
.BR printf (3),
97
 
.BR feature_test_macros (7)
 
95
.BR printf (3)
98
96
.SH COLOPHON
99
 
This page is part of release 3.27 of the Linux
 
97
This page is part of release 3.32 of the Linux
100
98
.I man-pages
101
99
project.
102
100
A description of the project,