From 05454cfb759409a3e3533b4a357b1da23bddf12a Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sun, 12 Mar 2006 19:34:22 +0000
Subject: [PATCH] preemptively update the version numbers of all manpages, and
 remove unneeded comments from rnano.1

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3300 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog        | 2 ++
 doc/man/nano.1   | 2 +-
 doc/man/nanorc.5 | 2 +-
 doc/man/rnano.1  | 5 +----
 4 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 657ff272..94941713 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -84,6 +84,8 @@ CVS code -
 	- Mention that quotes inside string parameters don't need to be
 	  escaped with backslashes. (John M. Gabriele, minor tweaks by
 	  DLR)
+- doc/rnano.1:
+	- Remove unneeded comments. (DLR)
 - doc/nanorc.sample:
 	- Remove unneeded comment. (DLR)
 	- Mention that quotes inside string parameters don't need to be
diff --git a/doc/man/nano.1 b/doc/man/nano.1
index 208ae6aa..67f458cd 100644
--- a/doc/man/nano.1
+++ b/doc/man/nano.1
@@ -6,7 +6,7 @@
 .\" Public License for copying conditions.  There is NO warranty.
 .\"
 .\" $Id$
-.TH NANO 1 "version 1.3.10" "January 02, 2006"
+.TH NANO 1 "version 1.3.11" "March 12, 2006"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 
diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5
index 925c5886..21427f5f 100644
--- a/doc/man/nanorc.5
+++ b/doc/man/nanorc.5
@@ -6,7 +6,7 @@
 .\" Public License for copying conditions.  There is NO warranty.
 .\"
 .\" $Id$
-.TH NANORC 5 "version 1.3.10" "March 12, 2006"
+.TH NANORC 5 "version 1.3.11" "March 12, 2006"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .SH NAME
diff --git a/doc/man/rnano.1 b/doc/man/rnano.1
index 8fc10fee..7da708e6 100644
--- a/doc/man/rnano.1
+++ b/doc/man/rnano.1
@@ -6,11 +6,8 @@
 .\" This is free documentation, see the latest version of the GNU General
 .\" Public License for copying conditions. There is NO warranty.
 .\"
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
 .\" $Id$
-.TH RNANO 1 "version 1.3.10" "November 23, 2005"
+.TH RNANO 1 "version 1.3.11" "March 12, 2005"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .SH NAME
-- 
GitLab