diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-03-23 13:30:25 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-03-23 13:30:25 +0000 |
commit | 6f28e589c4cd1bc8d86baf0ad9ac00c75e0e2489 (patch) | |
tree | 2dd3e3a453b121b2e09f56e366604ef488bb3aec /usr.sbin/config/config.8 | |
parent | d5dbb93c5f932440dcab912174cdcaace0478710 (diff) |
small cleanups:
ansi prototypes,
help formating,
common code to handle integer parameters.
Let SystemV shm parameters be settable.
Diffstat (limited to 'usr.sbin/config/config.8')
-rw-r--r-- | usr.sbin/config/config.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index f89fdcb227e..dbabc85d037 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config.8,v 1.27 2002/02/17 23:01:19 maja Exp $ +.\" $OpenBSD: config.8,v 1.28 2002/03/23 13:30:24 espie Exp $ .\" $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -357,6 +357,12 @@ Without arguments, displays its current value. .It Ic nkmempg Op Ar number Change the NKMEMPAGES 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 shmmaxpgs Op Ar number +Change the SHMMAXPGS value. +Without arguments, displays its current value. .El .Sh EXAMPLES (First synopsis) A custom kernel is built in the following way. |