From 4ffdb1bbecf10209991cb23271f414bd18e91935 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Mon, 21 Nov 2005 03:36:29 +0000
Subject: [PATCH] in nano.1, make one non-bold instance of "nano" bold, for
 consistency

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

diff --git a/ChangeLog b/ChangeLog
index 5445f8d9..75bd73d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -224,6 +224,9 @@ CVS code -
 - doc/faq.html:
 	- Add a new section 5.3 to explain the status of nano's Unicode
 	  support. (Mike Frysinger, minor tweaks by DLR)
+- doc/nano.1:
+	- Make one non-bold instance of "nano" bold, for consistency.
+	  (DLR)
 - doc/nano.texi:
 	- Fix inconsistent wording and punctuation. (DLR)
 	- Add missing configure options. (Mike Frysinger, minor tweaks
diff --git a/doc/man/nano.1 b/doc/man/nano.1
index 963f4096..a261fe91 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.9" "November 5, 2005"
+.TH NANO 1 "version 1.3.9" "November 20, 2005"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 
@@ -145,7 +145,7 @@ a new file instead of following it.  Good for editing files in
 Enable mouse support (if available for your system).
 .TP
 .B \-o \fIdir\fP (\-\-operatingdir=\fIdir\fP)
-Set operating directory.  Makes nano set up something similar to a
+Set operating directory.  Makes \fBnano\fP set up something similar to a
 chroot.
 .TP
 .B \-p (\-\-preserve)
-- 
GitLab