Re: [patch] proc.5: tfix
From: Alejandro Colomar <hidden>
Date: 2022-10-08 01:52:41
Attachments
- OpenPGP_signature [application/pgp-signature] 833 bytes
From: Alejandro Colomar <hidden>
Date: 2022-10-08 01:52:41
Hi Andrea, On 10/6/22 15:06, Andrea Cervesato wrote:
"KernelPageSize" and "MMUPageSize" are repeated in the /proc/[pid]/smaps format example. Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
Thanks! I applied the patch. Cheers, Alex
--- man5/proc.5 | 2 -- 1 file changed, 2 deletions(-)diff --git a/man5/proc.5 b/man5/proc.5 index 1fc6cd03d..d8bbec3aa 100644 --- a/man5/proc.5 +++ b/man5/proc.5@@ -1959,8 +1959,6 @@ ShmemPmdMapped: 0 kB Swap: 0 kB KernelPageSize: 4 kB MMUPageSize: 4 kB -KernelPageSize: 4 kB -MMUPageSize: 4 kB Locked: 0 kB ProtectionKey: 0 VmFlags: rd ex mr mw me dw
-- <http://www.alejandro-colomar.es/>