From ec3ae2cced6ae9aded8c31588252bd4e999746b8 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Sun, 2 Oct 2005 10:57:33 +0000 Subject: [PATCH] Two fixes for the last commit. Submitted by: ru --- share/man/man4/polling.4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/share/man/man4/polling.4 b/share/man/man4/polling.4 index a8cbd1903272..e8298d4c4f44 100644 --- a/share/man/man4/polling.4 +++ b/share/man/man4/polling.4 @@ -95,7 +95,6 @@ is controlled by the following MIB variables: .Pp .Bl -tag -width indent -compact -.Pp .It Va kern.polling.user_frac When .Nm @@ -206,8 +205,8 @@ conditionally compiled sections of the devices mentioned above for more details.) .Pp As in the worst case the devices are only polled on clock interrupts, -in order to reduce the latency in processing packets, it is advisable -do not to decrease the frequency of the clock below 1000 Hz. +in order to reduce the latency in processing packets, it is not advisable +to decrease the frequency of the clock below 1000 Hz. .Sh HISTORY Device polling first appeared in .Fx 4.6