From b91e5f675c67bfbc8b645be654931b27addb3f03 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 26 Feb 2000 16:55:21 +0000 Subject: [PATCH] Use 'following' instead of 'follow' in a couple of places for a slightly better read. --- sbin/sysctl/sysctl.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 611637ab937..47ff02ad91a 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