diff options
| author | Steve Price <steve@FreeBSD.org> | 2000-02-26 16:55:21 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 2000-02-26 16:55:21 +0000 |
| commit | b91e5f675c67bfbc8b645be654931b27addb3f03 (patch) | |
| tree | ad56d5d3ab891b199b02bd86ff69f1d1bfce9e16 /sbin/sysctl | |
| parent | 32c1df103823d6e74f0349ef7251bc96caa736b8 (diff) | |
Notes
Diffstat (limited to 'sbin/sysctl')
| -rw-r--r-- | sbin/sysctl/sysctl.8 | 4 |
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 |
