diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2008-01-24 13:48:20 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2008-01-24 13:48:20 +0000 |
commit | 5ac818f6f3d88f943df8e7a7349f091debc979ee (patch) | |
tree | 7ef2373e55ec1c0230bd582d5b2d41685ce5d898 /share/man/man4/sched_4bsd.4 | |
parent | 9b42c272d5075a0e1f757bf38a863042b1ef7fdd (diff) |
- sched_4bsd is no longer a default system scheduler on some
architectures, so call it "traditional" instead.
- sched_ule is no longer buggy or experimental (according to
rev. 1.7 of sched_ule(4)), so don't call it experimental
(reported by a user on stable@).
Reviewed by: rwatson
Notes
Notes:
svn path=/head/; revision=175638
Diffstat (limited to 'share/man/man4/sched_4bsd.4')
-rw-r--r-- | share/man/man4/sched_4bsd.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/sched_4bsd.4 b/share/man/man4/sched_4bsd.4 index e72d0555bfc8..9533cae0055f 100644 --- a/share/man/man4/sched_4bsd.4 +++ b/share/man/man4/sched_4bsd.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 5, 2007 +.Dd January 21, 2008 .Os .Dt SCHED_4BSD 4 .Sh NAME @@ -36,7 +36,7 @@ The .Nm scheduler -is the default system scheduler, providing both high throughput and solid +is the traditional system scheduler, providing both high throughput and solid interactive response in the presence of load. .Pp The following sysctls are relevant to the operation of |