From 745fab8293172ace45953478d236c41281ec3e3c Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Mon, 23 Mar 2015 18:16:37 +0000
Subject: [PATCH] Correcting the description of option --noread, allowing
 writing to named pipes.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5157 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog | 3 ++-
 NEWS      | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 89f0b4e7..9b0d3f58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,9 +5,10 @@
 	the fix for Savannah bug #29393.
 	* src/text.c (do_alt_speller): Do not unset the mark before the
 	possible bailout because of a zero-sized region.
+	* NEWS: Option --noread allows writing, not reading, to named pipes.
 
 2015-03-22  Chris Allegretta <chrisa@asty.org>
-	* src/text.c (do_alt_speller): timestamp can just be a __time_t.
+	* src/text.c (do_alt_speller): timestamp can just be a time_t.
 	Fixes compilation on win32.
 
 GNU nano 2.4.0  - 2015.03.22
diff --git a/NEWS b/NEWS
index a09edfea..3a196a60 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 2015.03.22 - GNU nano 2.4.0 "lizf" is released.  This is the first
-		stable release in many years, and brinds together many
-		new features from the 2.3 series: including:
+		stable release in many years, and brings together many
+		new features from the 2.3 series, including:
 		a fully functional undo system (now enabled by default),
 		vim-compatible file locking, linter support, formatter
 		support, syntax highlighting flexibility, and many fixes
@@ -30,7 +30,7 @@
 2015.01.06 - GNU nano 2.3.99pre1 "Junior" is released.  As the first
 		2.4 release candidate there will be fewer new features
 		but many bugfixes going forward.  This release contains
-		new support for language reformatters like go's gofmt
+		new support for language reformatters like Go's gofmt
 		command which takes the place of the spelling checker.
 		Fixes in this release include many syntax highlighting
 		fixes and improvements, and documentation formatting updates.
@@ -70,7 +70,7 @@
 		substantial improvements to the undo/redo code, UTF-8
 		handling, the configure script, and display of shortcuts
 		on very wide terminals,  New features include the
-		ability to read named pipes (--noread), as well as
+		ability to write to named pipes (--noread), as well as
 		linter support (see the nanorc man page for details).  Also
 		included are much improved syntax highlighting code, and
 		configurations for JSON, texinfo, Go, and a default syntax
-- 
GitLab