summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/shmat.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/shmat.2')
-rw-r--r--lib/libc/sys/shmat.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2
index 31e2a80..b992d41 100644
--- a/lib/libc/sys/shmat.2
+++ b/lib/libc/sys/shmat.2
@@ -40,9 +40,9 @@
.In sys/ipc.h
.In sys/shm.h
.Ft void *
-.Fn shmat "int shmid" "void *addr" "int flag"
+.Fn shmat "int shmid" "const void *addr" "int flag"
.Ft int
-.Fn shmdt "void *addr"
+.Fn shmdt "const void *addr"
.Sh DESCRIPTION
The
.Fn shmat
OpenPOWER on IntegriCloud