scanf.3: tfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-19 23:54:11 +02:00
parent 3b4edb13be
commit f2ee89ed85
1 changed files with 1 additions and 1 deletions

View File

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