From 2b95ad349b2236523499dd4d5aad951d733fe8d3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 5 Apr 2021 21:40:01 +0200 Subject: [PATCH] shm_open.3: wfix Reported-by: Jon Murphy Signed-off-by: Michael Kerrisk --- 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 ca97ff3f6..265435e4e 100644 --- a/man3/shm_open.3 +++ b/man3/shm_open.3 @@ -404,7 +404,7 @@ main(int argc, char *argv[]) for (int j = 0; j < shmp\->cnt; j++) shmp\->buf[j] = toupper((unsigned char) shmp\->buf[j]); - /* Post \(aqsem2\(aq to tell the to tell peer that it can now + /* Post \(aqsem2\(aq to tell the peer that it can now access the modified data in shared memory. */ if (sem_post(&shmp\->sem2) == \-1)