diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-14 20:04:32 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-14 20:04:32 +0000 |
| commit | 8666f2091164c487326124c998fadeff4cb15a03 (patch) | |
| tree | 75f1a9914f84eb888f8b7578061bd2542428bd05 | |
| parent | d676e60b9386b361f68435e4dd07a6e7dfd8cc3a (diff) | |
| download | man-pages-8666f2091164c487326124c998fadeff4cb15a03.tar.gz | |
wfix
| -rw-r--r-- | man3/scanf.3 | 2 |
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 |
