aboutsummaryrefslogtreecommitdiff
path: root/sbin/sysctl
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-09-29 02:01:06 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-09-29 02:01:06 +0000
commit1c4d62951a7538f7268ced8d30dbf0f375d2b94c (patch)
tree5e674fdd786edfb704d3d82fa5603f9b84b608fd /sbin/sysctl
parentd4b2d02fc1bacaeb1e568aff2091e71eff4da900 (diff)
downloadsrc-1c4d62951a7538f7268ced8d30dbf0f375d2b94c.tar.gz
src-1c4d62951a7538f7268ced8d30dbf0f375d2b94c.zip
`kern.maxproc' is not changeable using sysctl(1). Change examples
that show `kern.maxproc' being written. PR: docs/7978 Submitted by: jlemon@americantv.com
Notes
Notes: svn path=/head/; revision=39743
Diffstat (limited to 'sbin/sysctl')
-rw-r--r--sbin/sysctl/sysctl.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index da01e3a55167..455dcaca85a4 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93
-.\" $Id: sysctl.8,v 1.15 1998/07/21 18:16:16 joerg Exp $
+.\" $Id: sysctl.8,v 1.16 1998/07/29 08:30:37 joerg Exp $
.\"
.Dd September 23, 1994
.Dt SYSCTL 8
@@ -122,7 +122,7 @@ privilege can change the value.
.It kern.osrevision integer no
.It kern.version string no
.It kern.maxvnodes integer yes
-.It kern.maxproc integer yes
+.It kern.maxproc integer no
.It kern.maxprocperuid integer yes
.It kern.maxfiles integer yes
.It kern.maxfilesperproc integer yes
@@ -184,9 +184,9 @@ sysctl kern.maxproc
.Ed
.Pp
To set the maximum number of processes allowed
-in the system to 1000, one would use the follow request:
+per uid to 1000, one would use the follow request:
.Bd -literal -offset indent -compact
-sysctl -w kern.maxproc=1000
+sysctl -w kern.maxprocperuid=1000
.Ed
.Pp
Information about the system clock rate may be obtained with: