diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-11-02 11:34:24 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-11-02 11:34:24 +0000 |
| commit | 31e9a9ec99aac99b55b17ca863e657b5f7d7875a (patch) | |
| tree | e7eb93c03979527205d98975ab542a61a8fd7702 /man3/dprintf.3 | |
| parent | e6b40d46c1a36531c24b25997291d88746a42b03 (diff) | |
| download | man-pages-31e9a9ec99aac99b55b17ca863e657b5f7d7875a.tar.gz | |
Change itacised function names and page xrefs to bold
Diffstat (limited to 'man3/dprintf.3')
| -rw-r--r-- | man3/dprintf.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/dprintf.3 b/man3/dprintf.3 index b6cada5a22..5fff67107c 100644 --- a/man3/dprintf.3 +++ b/man3/dprintf.3 @@ -49,9 +49,9 @@ instead of to a given stream. These functions are GNU extensions, not in C or POSIX. Clearly, the names were badly chosen. Many systems (like MacOS) have incompatible functions called -.IR dprintf (), +.BR dprintf (), usually some debugging version of -.IR printf (), +.BR printf (), perhaps with a prototype like .BI "void dprintf (int level, const char *" format ", ...);" @@ -67,6 +67,6 @@ So, probably, it is better to avoid this function in programs intended to be portable. A better name would have been -.IR fdprintf (). +.BR fdprintf (). .SH "SEE ALSO" .BR printf (3) |
