linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] capabilities.7: tfix
@ 2021-06-29 21:56 Kir Kolyshkin
  2021-06-29 21:56 ` [PATCH 2/3] user_namespaces.7: fix a ref Kir Kolyshkin
  2021-06-29 21:57 ` [PATCH 3/3] capabilities.7, user_namespaces.7: describe CAP_SETFCAP Kir Kolyshkin
  0 siblings, 2 replies; 4+ messages in thread
From: Kir Kolyshkin @ 2021-06-29 21:56 UTC (permalink / raw)
  To: linux-man; +Cc: Alejandro Colomar, Michael Kerrisk, Kir Kolyshkin

Add a missing comma.

Fixes: 3dcdef9437fafb
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
---
 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
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-03 19:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29 21:56 [PATCH 1/3] capabilities.7: tfix Kir Kolyshkin
2021-06-29 21:56 ` [PATCH 2/3] user_namespaces.7: fix a ref Kir Kolyshkin
2021-06-29 21:57 ` [PATCH 3/3] capabilities.7, user_namespaces.7: describe CAP_SETFCAP Kir Kolyshkin
2021-07-03 19:37   ` Alejandro Colomar (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).