From owner-svn-src-all@FreeBSD.ORG Sun May 4 01:32:58 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 060B073E; Sun, 4 May 2014 01:32:57 +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 DB4BD1BA2; Sun, 4 May 2014 01:32:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s441WvHj090665; Sun, 4 May 2014 01:32:57 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s441Wv6Y090663; Sun, 4 May 2014 01:32:57 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201405040132.s441Wv6Y090663@svn.freebsd.org> From: Glen Barber Date: Sun, 4 May 2014 01:32:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265304 - 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:58 -0000 Author: gjb Date: Sun May 4 01:32:57 2014 New Revision: 265304 URL: http://svnweb.freebsd.org/changeset/base/265304 Log: Dereference man.lindev.4 macros, since the device is removed. 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:55 2014 (r265303) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml Sun May 4 01:32:57 2014 (r265304) @@ -105,8 +105,8 @@ Kernel Changes The &man.full.4; device has been added, - and the &man.lindev.4; device has been removed. Prior to this - change, &man.lindev.4; provided only the + 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