[[
shm_open(3) refers to O_RWDR during discussion of the possible values of
oflags, and later refers to O_RDWR.  The reference to O_RWDR is
incorrect (likely a typo) and should be changed to O_RDWR.
]]
This commit is contained in:
Michael Kerrisk 2004-12-14 18:09:58 +00:00
parent dae9ac9139
commit 2d5e8aeb73
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ should have an initial slash (/) and contain no embedded slashes.
is a bit mask created by ORing together exactly one of
.B O_RDONLY
or
.B O_RWDR
.B O_RDWR
and any of the other flags listed here:
.TP 1.1i
.B O_RDONLY