summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2002-12-30 21:18:15 +0000
committerschweikh <schweikh@FreeBSD.org>2002-12-30 21:18:15 +0000
commit86f7487fb6a0b8dd9e3a699ad48d6e99504a67ff (patch)
treebd0234a8048c844b06483795cfb1fe4d34b68a4f /share/man
parent338583ff7c1145c5e2deba34aed769eb7998286c (diff)
downloadFreeBSD-src-86f7487fb6a0b8dd9e3a699ad48d6e99504a67ff.zip
FreeBSD-src-86f7487fb6a0b8dd9e3a699ad48d6e99504a67ff.tar.gz
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
Add FreeBSD Id tag where missing.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/tcp.42
-rw-r--r--share/man/man9/scheduler.92
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4
index 77ea455..409d10d 100644
--- a/share/man/man4/tcp.4
+++ b/share/man/man4/tcp.4
@@ -332,7 +332,7 @@ Enable debugging for the bandwidth delay product algorithm. This may
default to on (1) so if you enable the algorithm you should probably also
disable debugging by setting this variable to 0.
.It tcp.inflight_min
-This puts an lower bound on the bandwidth delay product window, in bytes.
+This puts a lower bound on the bandwidth delay product window, in bytes.
A value of 1024 is typically used for debugging. 6000-16000 is more typical
in a production installation. Setting this value too low may result in
slow ramp-up times for bursty connections. Setting this value too high
diff --git a/share/man/man9/scheduler.9 b/share/man/man9/scheduler.9
index 0ffd1dc..c56fd0b 100644
--- a/share/man/man9/scheduler.9
+++ b/share/man/man9/scheduler.9
@@ -146,7 +146,7 @@ processes blocked on the mutex in question is updated to reflect its new
priority.
Then, the function repeats the procedure using the process that owns the
mutex just encountered.
-Note that an process's priorities are only bumped to the priority of the
+Note that a process's priorities are only bumped to the priority of the
original process
.Fa p ,
not to the priority of the previously encountered process.
OpenPOWER on IntegriCloud