diff options
| author | Akihiro Motoki <amotoki@gmail.com> | 2021-05-06 20:49:38 +0900 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-05-10 04:28:14 +1200 |
| commit | c339f0543609d80dd9c7e7f4ce6448ad2282cc74 (patch) | |
| tree | 4881974c5fc46091ad9001d997265eb1b25bdbeb /man7/shm_overview.7 | |
| parent | 707da0b58563be2508c8d1bf107568990462ef81 (diff) | |
| download | man-pages-c339f0543609d80dd9c7e7f4ce6448ad2282cc74.tar.gz | |
shm_overview.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/shm_overview.7')
| -rw-r--r-- | man7/shm_overview.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/shm_overview.7 b/man7/shm_overview.7 index 9c6ac79233..60e7b71d33 100644 --- a/man7/shm_overview.7 +++ b/man7/shm_overview.7 @@ -92,7 +92,7 @@ to link against the real-time library, .IR librt . .SS Accessing shared memory objects via the filesystem On Linux, shared memory objects are created in a -.RI ( tmpfs (5)) +.RB ( tmpfs (5)) virtual filesystem, normally mounted under .IR /dev/shm . Since kernel 2.6.19, Linux supports the use of access control lists (ACLs) |
