Re: Bug in indent man page

Petr Pisar <[email protected]> Thu, 2 Apr 2015 16:23:11 +0200
Newsgroups gmane.comp.gnu.indent.bugs
Message-ID <[email protected]>
On Thu, Apr 02, 2015 at 10:36:44AM +0530, Srikanth Vaindam wrote:
> In *DISABLING FORMATTING* Section of the man page, I think it has to be
> enabling control comment for **INDENT-ON**. Currently it says disabling
> control comment.
> Please let me know if I am wrong.
> 
You are absolutely right. Attached patch fixes it.

-- Petr

_______________________________________________
bug-indent mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-indent
indent-2.2.11-doc-Correct-a-typo-about-enabling-control-comment.patch (text/plain, 1.3 KB)
From 5ddb9821391e7417bddd4388f78e810ea15a39d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Thu, 2 Apr 2015 16:14:12 +0200
Subject: [PATCH] doc: Correct a typo about enabling control comment
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

<http://lists.gnu.org/archive/html/bug-indent/2015-04/msg00000.html>

Signed-off-by: Petr Písař <[email protected]>
---
 doc/indent.texinfo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/indent.texinfo b/doc/indent.texinfo
index 08f35f6..15627e0 100644
--- a/doc/indent.texinfo
+++ b/doc/indent.texinfo
@@ -1463,7 +1463,7 @@ formatting for a section of a program, place the disabling control
 comment @code{/* *INDENT-OFF* */} on a line by itself just before that
 section.  Program text scanned after this control comment is output
 precisely as input with no modifications until the corresponding
-enabling comment is scanned on a line by itself.  The disabling control
+enabling comment is scanned on a line by itself.  The enabling control
 comment is @code{/* *INDENT-ON* */}, and any text following the comment
 on the line is also output unformatted.  Formatting begins again with
 the input line following the enabling control comment.
-- 
2.1.0
signature.asc (application/pgp-signature, 213 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iF4EABEIAAYFAlUdUM4ACgkQEsnFx2fG+qJpeQD/bteTeKGObYCvJ518HaFMruop
0qE+sDu3qATzAzFB1asA/jGl/ByPTRauw8FMUMv+JPgXXZKXoOnAmMoUD+YtAdt+
=jfas
-----END PGP SIGNATURE-----