diff options
Diffstat (limited to 'man3/shm_open.3')
| -rw-r--r-- | man3/shm_open.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/shm_open.3 b/man3/shm_open.3 index e25e103a3a..16bf212b21 100644 --- a/man3/shm_open.3 +++ b/man3/shm_open.3 @@ -90,7 +90,7 @@ is listed in (Symbolic definitions of these constants can be obtained by including .IR <sys/stat.h> .) .IP -A new shared memory object initially has zero length\(emthe size of the +A new shared memory object initially has zero length\[em]the size of the object can be set using .BR ftruncate (2). The newly allocated bytes of a shared memory @@ -257,7 +257,7 @@ and .B O_TRUNC unspecified. On Linux, this will successfully truncate an existing -shared memory object\(emthis may not be so on other UNIX systems. +shared memory object\[em]this may not be so on other UNIX systems. .PP The POSIX shared memory object implementation on Linux makes use of a dedicated |
