Remove incorrect statement about IPC configuration on OpenBSD
authorMagnus Hagander
Fri, 25 May 2018 11:59:50 +0000 (13:59 +0200)
committerMagnus Hagander
Fri, 25 May 2018 12:00:54 +0000 (14:00 +0200)
kern.ipc.shm_use_phys is not a sysctl on OpenBSD, and SEMMAP is not
a kernel configuration option. These were probably copy pasteos from
when the documentation had a single paragraph for *BSD.

Author: Daniel Gustafsson 

doc/src/sgml/runtime.sgml

index aa313c9636d68fef7ff83c4a80c9c358ef12f1f3..89c3f4d7d80f0ff7b2e38df1118302e4130bc563 100644 (file)
@@ -927,16 +927,9 @@ option        SYSVSEM
 option        SEMMNI=256
 option        SEMMNS=512
 option        SEMMNU=256
-option        SEMMAP=256
 
        
 
-       
-        You might also want to configure your kernel to lock shared
-        memory into RAM and prevent it from being paged out to swap.
-        This can be accomplished using the sysctl
-        setting kern.ipc.shm_use_phys.
-