groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] groff ChangeLog doc/groff.texinfo


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog doc/groff.texinfo
Date: Wed, 13 Feb 2013 18:41:46 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     13/02/13 18:41:46

Modified files:
        .              : ChangeLog 
        doc            : groff.texinfo 

Log message:
        * doc/groff.texinfo: Fix if-else example.
        
        Reported by Jim Avera <address@hidden>.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1393&r2=1.1394
http://cvs.savannah.gnu.org/viewcvs/groff/doc/groff.texinfo?cvsroot=groff&r1=1.316&r2=1.317

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1393
retrieving revision 1.1394
diff -u -b -r1.1393 -r1.1394
--- ChangeLog   10 Feb 2013 08:41:08 -0000      1.1393
+++ ChangeLog   13 Feb 2013 18:41:45 -0000      1.1394
@@ -1,3 +1,9 @@
+2013-02-13  Werner LEMBERG  <address@hidden>
+
+       * doc/groff.texinfo: Fix if-else example.
+
+       Reported by Jim Avera <address@hidden>.
+
 2013-02-10  Werner LEMBERG  <address@hidden>
 
        [grops] Make binary `%%BeginData' work; support `fontset' resource.

Index: doc/groff.texinfo
===================================================================
RCS file: /cvsroot/groff/groff/doc/groff.texinfo,v
retrieving revision 1.316
retrieving revision 1.317
diff -u -b -r1.316 -r1.317
--- doc/groff.texinfo   8 Feb 2013 07:46:06 -0000       1.316
+++ doc/groff.texinfo   13 Feb 2013 18:41:45 -0000      1.317
@@ -11160,19 +11160,18 @@
 @cindex block, conditional, begin (@address@hidden)
 @cindex block, condititional, end (@address@hidden)
 In many cases, an if (or if-else) construct needs to execute more than
-one request.  This can be done using the @address@hidden and @address@hidden
-escapes.  The following example shows the possible ways to use these
-escapes (note the position of the opening and closing braces).
+one request.  This can be done using the escapes @address@hidden (which must
+start the first line) and @address@hidden (which must end the last line).
 
 @Example
 .ie t address@hidden
 .    ds lq ``
 .    ds rq ''
 address@hidden
-.el \
address@hidden
-.    ds lq "
-.    ds rq "address@hidden
+.el address@hidden
+.    ds lq ""
+.    ds rq ""
address@hidden
 @endExample
 @c @endDefesc
 @end deffn



reply via email to

[Prev in Thread] Current Thread [Next in Thread]