From owner-cvs-src@FreeBSD.ORG Sat Oct 1 19:04:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 736AC16A41F; Sat, 1 Oct 2005 19:04:23 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3090143D46; Sat, 1 Oct 2005 19:04:23 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91J4NOa085490; Sat, 1 Oct 2005 19:04:23 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91J4N88085489; Sat, 1 Oct 2005 19:04:23 GMT (envelope-from glebius) Message-Id: <200510011904.j91J4N88085489@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 1 Oct 2005 19:04:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 polling.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 19:04:23 -0000 glebius 2005-10-01 19:04:23 UTC FreeBSD src repository Modified files: share/man/man4 polling.4 Log: - Catch up with the fact that HZ is 1000 now by default. - Remove description of poll in trap feature. - Tell that polling should be turned on and off with ifconfig. - Move description of kern.polling.enable to the end and say that this a deprecated way of turning polling on. - Remove note that idle poll has some problems in CURRENT. I failed to find them, while Sam and Luigi failed to remember what the problem actually were there. Revision Changes Path 1.20 +21 -22 src/share/man/man4/polling.4