diff options
author | steve <steve@FreeBSD.org> | 2000-02-26 16:55:21 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-02-26 16:55:21 +0000 |
commit | a11aaa3c1a16e3e7feb16f58be9b72e9fef823cb (patch) | |
tree | dd129523a126c95dfb2572f21877a5dea46b0519 /sbin/sysctl | |
parent | bb530135b8baf56826e8239e828b2cdfb0347647 (diff) | |
download | FreeBSD-src-a11aaa3c1a16e3e7feb16f58be9b72e9fef823cb.zip FreeBSD-src-a11aaa3c1a16e3e7feb16f58be9b72e9fef823cb.tar.gz |
Use 'following' instead of 'follow' in a couple of places for a slightly
better read.
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 611637a..47ff02a 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 |