Arg for %p is a pointer to _a pointer to_ void.

As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=263109
This commit is contained in:
Michael Kerrisk 2005-06-17 13:06:58 +00:00
parent 019934ed21
commit 475f1bca2c
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ circumflex, in) set or when the field width runs out.
.B p
Matches a pointer value (as printed by `%p' in
.BR printf (3);
the next pointer must be a pointer to
the next pointer must be a pointer to a pointer to
.IR void .
.TP
.B n