diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-02-21 11:07:39 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-02-23 09:58:23 +0100 |
| commit | 50fd1cfe6fcda1c975e79c3451d113b3ec620e5c (patch) | |
| tree | 96bba52faacb6a44a641f12f8e4a79ae37a321ac /man3/scanf.3 | |
| parent | 38e17cbacc7172bc1419dfc81901fd3ede21cf8a (diff) | |
| download | man-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.3 | 18 |
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 |
