]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/dprintf.3
Change itacised function names and page xrefs to bold
[thirdparty/man-pages.git] / man3 / dprintf.3
index b6cada5a22816fc5921af4476508cf4b97e1b706..5fff67107c960a8ebeb26ea350312ae13b622963 100644 (file)
@@ -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)