aboutsummaryrefslogtreecommitdiffstats
path: root/man3/scanf.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-04-19 23:54:11 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-04-19 23:54:11 +0200
commitf2ee89ed853bb37fe3572c3293386ad189e896ba (patch)
tree5363e1433de15e6ecbf5ac19aad7d75c7925f7e1 /man3/scanf.3
parent3b4edb13be90798e90c49262b627b228a6023839 (diff)
downloadman-pages-f2ee89ed853bb37fe3572c3293386ad189e896ba.tar.gz
scanf.3: tfix
Reported-by: Helge Kreutzmann <debian@helgefjell.de> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/scanf.3')
-rw-r--r--man3/scanf.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/scanf.3 b/man3/scanf.3
index 6ab4686a63..54749932a2 100644
--- a/man3/scanf.3
+++ b/man3/scanf.3
@@ -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