diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-12-10 22:07:20 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-12-10 22:07:20 +0000 |
commit | 3a88d25150da1f7bdf84c59150dcb729bae0bd44 (patch) | |
tree | 81aa41b7f85786dd7e16668d33d4acf0f055e81e /usr.sbin/config/config.8 | |
parent | c50e34135404d478835775470542912711005a2e (diff) |
Now that the old SysV SHM size limits global variables are gone, remove
support for setting them from config(8).
Diffstat (limited to 'usr.sbin/config/config.8')
-rw-r--r-- | usr.sbin/config/config.8 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index 6e60e7e918f..f2e7e926a10 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config.8,v 1.53 2009/06/03 21:42:16 beck Exp $ +.\" $OpenBSD: config.8,v 1.54 2009/12/10 22:07:19 kettenis Exp $ .\" $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)config.8 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: June 3 2009 $ +.Dd $Mdocdate: December 10 2009 $ .Dt CONFIG 8 .Os .Sh NAME @@ -322,12 +322,6 @@ Change the NKMEMPAGES value. Without arguments, displays its current value. .It Ic quit Exit and save changes. -.It Ic shmmaxpgs Op Ar number -Change the SHMMAXPGS value. -Without arguments, displays its current value. -.It Ic shmseg Op Ar number -Change the SHMSEG value. -Without arguments, displays its current value. .It Ic show Op Ar attr Op Ar val Show all devices for which attribute .Ar attr |