diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-05-25 13:30:28 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-05-25 15:46:44 +0200 |
| commit | efd54c4adfd9dd98a93d6681d34d14b1a7b92b05 (patch) | |
| tree | 74a9b80c50b05a24add42e2f4cd1d10cd0f39bbd /man5/proc.5 | |
| parent | 016dedb30009535d01eef00edc1876bac4b4bae1 (diff) | |
| download | man-pages-efd54c4adfd9dd98a93d6681d34d14b1a7b92b05.tar.gz | |
proc.5: Note kernel version that removed /proc/PID/smaps VmFlags "nl" flag
Kernel commit 1da4b35b001481df99a6dcab12d5d39a876f7056
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5/proc.5')
| -rw-r--r-- | man5/proc.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 2a9154af2c..9d5eff9bd2 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -2018,7 +2018,7 @@ encoded using the following two-letter codes: ac - area is accountable nr - swap space is not reserved for the area ht - area uses huge tlb pages - nl - non-linear mapping + nl - non-linear mapping (removed in Linux 4.0) ar - architecture specific flag wf - wipe on fork (since Linux 4.14) dd - do not include area into core dump |
