aboutsummaryrefslogtreecommitdiff
path: root/sbin/sysctl
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-02-26 16:55:21 +0000
committerSteve Price <steve@FreeBSD.org>2000-02-26 16:55:21 +0000
commitb91e5f675c67bfbc8b645be654931b27addb3f03 (patch)
treead56d5d3ab891b199b02bd86ff69f1d1bfce9e16 /sbin/sysctl
parent32c1df103823d6e74f0349ef7251bc96caa736b8 (diff)
Notes
Diffstat (limited to 'sbin/sysctl')
-rw-r--r--sbin/sysctl/sysctl.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index 611637ab937e1..47ff02ad91ab7 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -178,13 +178,13 @@ privilege can change the value.
.El
.Sh EXAMPLES
For example, to retrieve the maximum number of processes allowed
-in the system, one would use the follow request:
+in the system, one would use the following request:
.Bd -literal -offset indent -compact
sysctl kern.maxproc
.Ed
.Pp
To set the maximum number of processes allowed
-per uid to 1000, one would use the follow request:
+per uid to 1000, one would use the following request:
.Bd -literal -offset indent -compact
sysctl -w kern.maxprocperuid=1000
.Ed