From 2d5e8aeb7359073791f4e2bef2c36e96325d7dd8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 14 Dec 2004 18:09:58 +0000 Subject: [PATCH] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271239 [[ 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. ]] --- man3/shm_open.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/shm_open.3 b/man3/shm_open.3 index e4e256d2f..1f784b228 100644 --- a/man3/shm_open.3 +++ b/man3/shm_open.3 @@ -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