From e91b891fb59a3fd1380e97b92db6afd2140051f2 Mon Sep 17 00:00:00 2001
From: dd
Date: Sun, 10 Mar 2002 09:20:28 +0000
Subject: [PATCH] Don't refer the reader to look for a word that doesn't exist
anywhere else in the page.
PR: 35623
Submitted by: Gary W. Swearingen
---
lib/libc/stdio/scanf.3 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3
index aceea37b967b..6df8603bb58f 100644
--- a/lib/libc/stdio/scanf.3
+++ b/lib/libc/stdio/scanf.3
@@ -113,7 +113,9 @@ Each successive
.Em pointer
argument must correspond properly with
each successive conversion specifier
-(but see `suppression' below).
+(but see the
+.Cm *
+conversion below).
All conversions are introduced by the
.Cm %
(percent sign) character.