aboutsummaryrefslogtreecommitdiffstats
path: root/man3/scanf.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-14 20:04:32 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-14 20:04:32 +0000
commit8666f2091164c487326124c998fadeff4cb15a03 (patch)
tree75f1a9914f84eb888f8b7578061bd2542428bd05 /man3/scanf.3
parentd676e60b9386b361f68435e4dd07a6e7dfd8cc3a (diff)
downloadman-pages-8666f2091164c487326124c998fadeff4cb15a03.tar.gz
wfix
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 b772bb721d..aa220b39a4 100644
--- a/man3/scanf.3
+++ b/man3/scanf.3
@@ -154,7 +154,7 @@ A sequence of characters from the input is converted according to
this specification, and the result is placed in the corresponding
.I pointer
argument.
-If the next item of input does not match the the conversion specification,
+If the next item of input does not match the conversion specification,
the conversion fails \(em this is a
.IR "matching failure" .
.PP