diff options
| author | Kir Kolyshkin <kolyshkin@gmail.com> | 2021-07-28 22:19:48 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-08-07 23:39:02 +0200 |
| commit | 36e6250f145ec7283ece3a1ef2914b3d0b403b13 (patch) | |
| tree | bbaf1194073b1c63372834b187c6f890700fb782 /man7 | |
| parent | 2f05137b6a5a724fab3ce678e605ddf0a5cb4dba (diff) | |
| download | man-pages-36e6250f145ec7283ece3a1ef2914b3d0b403b13.tar.gz | |
capabilities.7: tfix
Add a missing comma.
Fixes: 3dcdef9437fafb
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/capabilities.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/capabilities.7 b/man7/capabilities.7 index cf9dc190f6..9f8f0087fe 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 |
