From owner-cvs-all@FreeBSD.ORG Wed Apr 13 16:15:23 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05E3016A4CE; Wed, 13 Apr 2005 16:15:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E12B043D31; Wed, 13 Apr 2005 16:15:22 +0000 (GMT) (envelope-from rwatson@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 j3DGFMsv060191; Wed, 13 Apr 2005 16:15:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3DGFMQu060190; Wed, 13 Apr 2005 16:15:22 GMT (envelope-from rwatson) Message-Id: <200504131615.j3DGFMQu060190@repoman.freebsd.org> From: Robert Watson Date: Wed, 13 Apr 2005 16:15:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/share/man/man4 Makefile sched_4bsd.4 sched_ule.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2005 16:15:23 -0000 rwatson 2005-04-13 16:15:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) share/man/man4 Makefile Added files: (Branch: RELENG_5_4) share/man/man4 sched_4bsd.4 sched_ule.4 Log: Merge sched_4bsd.4:1.11-1.2 and sched_ule.4:1.1 from RELENG_5 to RELENG_5_4: Add rudimentary man pages for kernel options sched_4bsd and sched_ule, which document some of the sysctls available for configuring 4bsd, some of the bullet features of ule, and that ule is considered experimental still. Fix small spelling error. Approved by: re (kensmith) Revision Changes Path 1.276.2.22.2.1 +2 -0 src/share/man/man4/Makefile 1.2.4.1 +72 -0 src/share/man/man4/sched_4bsd.4 (new) 1.1.4.1 +83 -0 src/share/man/man4/sched_ule.4 (new)