diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-06-12 11:52:08 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-06-12 11:52:08 +0000 |
| commit | a1d5601beee25f6e6610f44fd5fa267230065e69 (patch) | |
| tree | faef37900297040aebcd960eb784506180df7a7f /man3/dprintf.3 | |
| parent | 7041cdc1b1e5c1f35d6255b37f69e6f7274a8031 (diff) | |
| download | man-pages-a1d5601beee25f6e6610f44fd5fa267230065e69.tar.gz | |
Removed trailing white space at end of lines
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 c6c8587c78..f2295fcd42 100644 --- a/man3/dprintf.3 +++ b/man3/dprintf.3 @@ -59,9 +59,9 @@ next POSIX.1 revision. .\" usually some debugging version of .\" .BR printf (3), .\" perhaps with a prototype like -.\" +.\" .\" .BI "void dprintf(int level, const char *" format ", ...);" -.\" +.\" .\" where the first parameter is a debugging level (and output is to .\" .IR stderr ). .\" Moreover, @@ -71,7 +71,7 @@ next POSIX.1 revision. .\" is also a popular macro name for a debugging printf. .\" So, probably, it is better to avoid this function in programs .\" intended to be portable. -.\" +.\" .\" A better name would have been .\" .BR fdprintf (). .SH "SEE ALSO" |
