Changes.old: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2018-12-31 17:20:45 +01:00 committed by Michael Kerrisk
parent 8eb09b1283
commit 2280e53cd2
1 changed files with 3 additions and 3 deletions

View File

@ -40779,7 +40779,7 @@ Various pages
Michael Kerrisk Michael Kerrisk
Remove mention of the obsolete _POSIX_SOURCE macro from SYNOPSIS Remove mention of the obsolete _POSIX_SOURCE macro from SYNOPSIS
_POSIX_SOURCE was a POSIX.1-1990 creation that was soon made _POSIX_SOURCE was a POSIX.1-1990 creation that was soon made
obsolete bu _POSIX_C_SOURCE. Retaining mention of it obsolete by _POSIX_C_SOURCE. Retaining mention of it
in the feature test macro requirements section of the in the feature test macro requirements section of the
SYNOPSIS doesn't contain important information, and may SYNOPSIS doesn't contain important information, and may
mislead readers into actually trying to use this macro. mislead readers into actually trying to use this macro.
@ -47113,7 +47113,7 @@ core.5
Michael Kerrisk [Per Böhlin] Michael Kerrisk [Per Böhlin]
RLIMIT_CORE is not enforced when piping core dump to a program RLIMIT_CORE is not enforced when piping core dump to a program
Michael Kerrisk Michael Kerrisk
SEE ALO: add systemd-coredump(8) SEE ALSO: add systemd-coredump(8)
Michael Kerrisk Michael Kerrisk
SEE ALSO: add coredumpctl(1) SEE ALSO: add coredumpctl(1)
@ -47630,7 +47630,7 @@ mmap.2
be used otherwise. be used otherwise.
Michael Kerrisk Michael Kerrisk
Move the text on MAP_FIXED to NOTES Move the text on MAP_FIXED to NOTES
This text has become rather long, making it it somewhat This text has become rather long, making it somewhat
unwieldy in the discussion of the mmap() flags. Therefore, unwieldy in the discussion of the mmap() flags. Therefore,
move it to NOTES, with a pointer in DESCRIPTION referring move it to NOTES, with a pointer in DESCRIPTION referring
the reader to NOTES. the reader to NOTES.