Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Added entries for system values related to Sy...
details: https://anonhg.NetBSD.org/src/rev/0615ae045d20
branches: trunk
changeset: 511803:0615ae045d20
user: darcy <darcy%NetBSD.org@localhost>
date: Wed Jun 27 13:25:25 2001 +0000
description:
Added entries for system values related to System V semaphores. Note that
the entries refer to the GENERIC config file for each port for defaults
but I still have to do that. It was suggested to me that the man page
should be updated first and I didn't want to be changing it twice. I
will work on the GENERIC files over the next few days. If anyone wants
to jump in with an update for their favorite port please feel free. I
will do the i386 port immediately if you want to use it as a template.
diffstat:
share/man/man4/options.4 | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r e285575c79bc -r 0615ae045d20 share/man/man4/options.4
--- a/share/man/man4/options.4 Wed Jun 27 13:22:36 2001 +0000
+++ b/share/man/man4/options.4 Wed Jun 27 13:25:25 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.138 2001/06/12 11:26:21 wiz Exp $
+.\" $NetBSD: options.4,v 1.139 2001/06/27 13:25:25 darcy Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -1279,6 +1279,26 @@
.Xr semctl 2 ,
.Xr semget 2 ,
.Xr semop 2 .
+.It Cd options SEMMNI=value
+Sets the number of
+.At V
+style semaphore identifiers. The GENERIC config file for your port
+will have the default.
+.It Cd options SEMMNS=value
+Sets the number of
+.At V
+style semaphores in the system. The GENERIC config file for your port
+will have the default.
+.It Cd options SEMUME=value
+Sets the maximum number of undo entries per process for
+.At V
+style semaphores. The GENERIC config file for your port
+will have the default.
+.It Cd options SEMMNU=value
+Sets the number of undo structures in the system for
+.At V
+style semaphores. The GENERIC config file for your port
+will have the default.
.It Cd options SYSVSHM
Includes support for
.At V
Home |
Main Index |
Thread Index |
Old Index