From owner-svn-src-all@FreeBSD.ORG Sun May 4 01:32:59 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A13827CA; Sun, 4 May 2014 01:32:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F4FD1BA4; Sun, 4 May 2014 01:32:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s441WxMO090705; Sun, 4 May 2014 01:32:59 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s441Wxgt090704; Sun, 4 May 2014 01:32:59 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201405040132.s441Wxgt090704@svn.freebsd.org> From: Glen Barber Date: Sun, 4 May 2014 01:32:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265305 - head/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 04 May 2014 01:32:59 -0000 Author: gjb Date: Sun May 4 01:32:59 2014 New Revision: 265305 URL: http://svnweb.freebsd.org/changeset/base/265305 Log: Wrap lindev(4) references in tags. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- head/release/doc/en_US.ISO8859-1/relnotes/article.xml Sun May 4 01:32:57 2014 (r265304) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml Sun May 4 01:32:59 2014 (r265305) @@ -105,9 +105,9 @@ Kernel Changes The &man.full.4; device has been added, - and the lindev(4) device has been removed. Prior to this - change, lindev(4) provided only the - /dev/null character device, returning + and the lindev(4) device has been removed. + Prior to this change, lindev(4) provided only + the /dev/null character device, returning ENOSPC on write attempts. As this device is not specific to &linux;, a native &os; version has been added.