Use 'following' instead of 'follow' in a couple of places for a slightly

better read.
This commit is contained in:
Steve Price 2000-02-26 16:55:21 +00:00
parent 32c1df1038
commit b91e5f675c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57516

View File

@ -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