aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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