From owner-svn-src-all@FreeBSD.ORG Sun May 4 17:53:02 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51BC4FDB; Sun, 4 May 2014 17:53:02 +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 3E7D61061; Sun, 4 May 2014 17:53:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s44Hr2uk002892; Sun, 4 May 2014 17:53:02 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s44Hr2f6002891; Sun, 4 May 2014 17:53:02 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201405041753.s44Hr2f6002891@svn.freebsd.org> From: Glen Barber Date: Sun, 4 May 2014 17:53:02 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265334 - 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 17:53:02 -0000 Author: gjb Date: Sun May 4 17:53:01 2014 New Revision: 265334 URL: http://svnweb.freebsd.org/changeset/base/265334 Log: Fix typo: s/null/full Spotted by: jilles 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 16:55:51 2014 (r265333) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml Sun May 4 17:53:01 2014 (r265334) @@ -107,7 +107,7 @@ 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 + the /dev/full character device, returning ENOSPC on write attempts. As this device is not specific to &linux;, a native &os; version has been added.