From d753efdb550b8ecfd8b782635167c198ef70838a Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Fri, 27 Nov 2009 02:50:12 +0000
Subject: [PATCH] 2009-11-26 Jordi Mallach <jordi@gnu.org>         * doc/man/*:
 Update all man pages to escape unescapred hyphens.

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

diff --git a/ChangeLog b/ChangeLog
index 3c0197d1..a6b455be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-11-26 Jordi Mallach <jordi@gnu.org>
+	* doc/man/*: Update all man pages to escape unescapred hyphens.
+
 2009-11-24 Chris Allegretta <chrisa@asty.org>
 	* move.c (do_page_up, do_page_down): Make these functions work better with soft
 	  line wrapping.
diff --git a/doc/man/fr/nano.1 b/doc/man/fr/nano.1
index e71ec9e0..4172f6ea 100644
--- a/doc/man/fr/nano.1
+++ b/doc/man/fr/nano.1
@@ -230,7 +230,7 @@ Passe automatiquement 
 \fIcolonne\fR. Si la valeur indiquée est de 0 ou moins, le point de 
 passage à la ligne aura lieu à la taille de l'écran moins \fIcolonne\fR. 
 Cela permet de faire varier le point de passage à la ligne lorsque l'on 
-change la taille de l'écran. La valeur par défaut est de -8.
+change la taille de l'écran. La valeur par défaut est de \-8.
 .TP
 .B \-s \fIprogramme\fP (\-\-speller=\fIprogramme\fP)
 Choix d'un correcteur orthographique de remplacement.
diff --git a/doc/man/fr/nanorc.5 b/doc/man/fr/nanorc.5
index 5374edc5..af01c86e 100644
--- a/doc/man/fr/nanorc.5
+++ b/doc/man/fr/nanorc.5
@@ -143,7 +143,7 @@ Passe automatiquement 
 \fIn\fR. Si la valeur indiquée est de 0 ou moins, le point de passage à 
 la ligne aura lieu à la taille de l'écran moins \fIn\fR. Cela permet de 
 faire varier le point de passage à la ligne lorsque l'on change la 
-taille de l'écran. La valeur par défaut est de -8.
+taille de l'écran. La valeur par défaut est de \-8.
 .TP
 .B set/unset historylog
 Active l'utilisation de
diff --git a/doc/man/nano.1 b/doc/man/nano.1
index e9954e95..666ea2d0 100644
--- a/doc/man/nano.1
+++ b/doc/man/nano.1
@@ -180,7 +180,7 @@ be acknowledged by pressing enter at startup.
 Wrap lines at column \fIcols\fP.  If this value is 0 or less, wrapping
 will occur at the width of the screen less \fIcols\fP columns, allowing
 the wrap point to vary along with the width of the screen if the screen
-is resized.  The default value is -8.
+is resized.  The default value is \-8.
 .TP
 .B \-s \fIprog\fP (\-\-speller=\fIprog\fP)
 Enable alternative spell checker command.
diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5
index 19e9b458..882dc7d7 100644
--- a/doc/man/nanorc.5
+++ b/doc/man/nanorc.5
@@ -91,7 +91,7 @@ Use cut to end of line by default.
 .B set fill \fIn\fP
 Wrap lines at column number \fIn\fP.  If \fIn\fP is 0 or less, the
 maximum line length will be the screen width less \fIn\fP columns.  The
-default value is -8.
+default value is \-8.
 .TP
 .B set/unset historylog
 Enable \fI~/.nano_history\fP for saving and reading search/replace
@@ -224,7 +224,7 @@ characters as parts of words.
 .TP
 .B syntax "\fIstr\fP" ["\fIfileregex\fP" ... ]
 Defines a syntax named \fIstr\fP which can be activated via the
--Y/--syntax command line option, or will be automatically activated if
+\-Y/\-\-syntax command line option, or will be automatically activated if
 the current filename matches the extended regular expression
 \fIfileregex\fP.  All following \fBcolor\fP and \fBicolor\fP statements
 will apply to \fIsyntax\fP until a new syntax is defined.
-- 
GitLab