From owner-svn-src-all@FreeBSD.ORG Wed Nov 19 20:38:11 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D598106567C; Wed, 19 Nov 2008 20:38:11 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F11BD8FC1C; Wed, 19 Nov 2008 20:38:10 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mAJKcAP4027723; Wed, 19 Nov 2008 20:38:10 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mAJKcAqf027722; Wed, 19 Nov 2008 20:38:10 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <200811192038.mAJKcAqf027722@svn.freebsd.org> From: Xin LI Date: Wed, 19 Nov 2008 20:38:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r185105 - head/release/doc/en_US.ISO8859-1/relnotes X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2008 20:38:11 -0000 Author: delphij Date: Wed Nov 19 20:38:10 2008 New Revision: 185105 URL: http://svn.freebsd.org/changeset/base/185105 Log: Use "KSE" instead of "kse". Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml ============================================================================== --- head/release/doc/en_US.ISO8859-1/relnotes/article.sgml Wed Nov 19 20:35:37 2008 (r185104) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.sgml Wed Nov 19 20:38:10 2008 (r185105) @@ -167,7 +167,7 @@ Kernel support for M:N threading has been removed. While the KSE (Kernel Scheduled Entities) project was quite successful in bringing threading to FreeBSD, the M:N approach taken by the - kse library was never developed to its full potential. + KSE library was never developed to its full potential. Backwards compatibility for applications using KSE threading will be provided via &man.libmap.conf.5; for dynamically linked binaries. The &os; Project greatly appreciates the work of