From e91b891fb59a3fd1380e97b92db6afd2140051f2 Mon Sep 17 00:00:00 2001
From: dd
Date: Sun, 10 Mar 2002 09:20:28 +0000
Subject: 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(-)
(limited to 'lib/libc')
diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3
index aceea37..6df8603 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.
--
cgit v1.1