summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorHeikki Korpela <heko@cvs.openbsd.org>2001-08-12 19:35:37 +0000
committerHeikki Korpela <heko@cvs.openbsd.org>2001-08-12 19:35:37 +0000
commit7eaf07daccb49c3c8beb61622d11e876aa317c65 (patch)
treeead8e926c45572ddb73e448b08234abad57c1d4a /share/man/man4
parent7dc2f10404abaf9378a739aba4107ac8caad92cd (diff)
SEMMNS *can* be greater than SEMMNI. (sheesh..)
I must have been seriously missing coffee when I wrote that. No-one ever approved this either, I messed up patches. millert@ ok backing this out
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/options.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index 37137b059fa..7ef9f33b592 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.80 2001/08/11 23:47:19 heko Exp $
+.\" $OpenBSD: options.4,v 1.81 2001/08/12 19:35:36 heko Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
@@ -931,7 +931,7 @@ The kernel allocates memory for the control structures at startup,
so you should avoid arbitrarily large values.
.It Cd option SEMMNS=value
Maximum number of semaphores in all sets in the system. Default
-value is 60. Cannot be greater than the SEMMNI value.
+value is 60.
.It Cd option SEMMNU=value
Maximum number of semaphore undo structures in the system.
Default value is 30.