aboutsummaryrefslogtreecommitdiffstats
path: root/man3/scanf.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-02-21 11:07:39 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-02-23 09:58:23 +0100
commit50fd1cfe6fcda1c975e79c3451d113b3ec620e5c (patch)
tree96bba52faacb6a44a641f12f8e4a79ae37a321ac /man3/scanf.3
parent38e17cbacc7172bc1419dfc81901fd3ede21cf8a (diff)
downloadman-pages-50fd1cfe6fcda1c975e79c3451d113b3ec620e5c.tar.gz
poll.2, atoi.3, gsignal.3, posix_memalign.3, scanf.3: Remove a few mentions of the ancient "Linux libc"
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/scanf.3')
-rw-r--r--man3/scanf.318
1 files changed, 9 insertions, 9 deletions
diff --git a/man3/scanf.3 b/man3/scanf.3
index 28084da32b..55c65afef3 100644
--- a/man3/scanf.3
+++ b/man3/scanf.3
@@ -395,15 +395,15 @@ and assignment does not occur.
Matches an optionally signed decimal integer;
the next pointer must be a pointer to
.IR int .
-.TP
-.B D
-Equivalent to
-.IR ld ;
-this exists only for backward compatibility.
-(Note: thus only in libc4.
-In libc5 and glibc the
-.B %D
-is silently ignored, causing old programs to fail mysteriously.)
+.\" .TP
+.\" .B D
+.\" Equivalent to
+.\" .IR ld ;
+.\" this exists only for backward compatibility.
+.\" (Note: thus only in libc4
+.\" In libc5 and glibc the
+.\" .B %D
+.\" is silently ignored, causing old programs to fail mysteriously.)
.TP
.B i
Matches an optionally signed integer; the next pointer must be a pointer to