mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use 'following' instead of 'follow' in a couple of places for a slightly
better read.
This commit is contained in:
parent
32c1df1038
commit
b91e5f675c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue