]> git.ipfire.org Git - thirdparty/man-pages.git/commit - man5/proc.5
proc.5: wfix
authorJing Peng <pj.hades@gmail.com>
Sat, 24 Oct 2020 22:18:13 +0000 (18:18 -0400)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 25 Oct 2020 08:47:47 +0000 (09:47 +0100)
commit9ae9894c8e744418eb65f0157155712a5bd26694
tree6e0421bc49f4100006c1e934cc86af88cd4b4940
parent8fe75257c6614b86cc3f57600de2fa46508b8eae
proc.5: wfix

In the section for /proc/[pid]/smaps, the description of field
ProtectionKey occurs twice: both before and after the description of
VmFlags.

Changes made by this patch:
1) Only the first occurrence is kept because its order matches the
output of /proc/[pid]/smaps.
2) The kernel version that CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS was
introduced is only mentioned in the second occurrence. Now it's moved
to the first one.

Signed-off-by: Jing Peng <pj.hades@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man5/proc.5