Re: [PATCH 12/32] capabilities.7: tfix
From: Michael Kerrisk (man-pages) <hidden>
Date: 2021-08-07 21:39:35
From: Michael Kerrisk (man-pages) <hidden>
Date: 2021-08-07 21:39:35
Hello Alex, Kir, On 7/28/21 10:19 PM, Alejandro Colomar wrote:
From: Kir Kolyshkin <redacted> Add a missing comma. Fixes: 3dcdef9437fafb Signed-off-by: Kir Kolyshkin <redacted> Signed-off-by: Alejandro Colomar <redacted>
Applied. Thanks! Cheers, Michael
--- man7/capabilities.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/man7/capabilities.7 b/man7/capabilities.7 index cf9dc190f..9f8f0087f 100644 --- a/man7/capabilities.7 +++ b/man7/capabilities.7@@ -215,7 +215,7 @@ Lock memory .BR shmctl (2)); .IP * Allocate memory using huge pages -.RB ( memfd_create (2) +.RB ( memfd_create (2), .BR mmap (2), .BR shmctl (2)). .PD 0
-- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/