From 8072ee08a9ea788c34f9fa68cdcab670ccfe30e3 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Sat, 22 Jul 2000 15:36:36 +0000 Subject: [PATCH] Remove the reference to KERN_UPDATEINTERVAL and syncer(4), since KERN_UPDATEINTERVAL can't be used to control sched_sync(). In fact, there's no easy way to control the syncer with sysctls. Reported by: bde --- lib/libc/gen/sysctl.3 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index a6097bbefa4..5ed1261283b 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -433,12 +433,6 @@ Each element of the array contains the kernel address of a vnode .Va struct vnode * followed by the vnode itself .Va struct vnode . -.It Li KERN_UPDATEINTERVAL -The interval between -.Xr sync 2 -calls in the -.Xr syncer 4 -process. .El .Ss CTL_MACHDEP The set of variables defined is architecture dependent.