[Po4a-commits] r2686 - /trunk/po4a

barbier at users.alioth.debian.org barbier at users.alioth.debian.org
Sat Oct 27 23:12:16 UTC 2012


Author: barbier
Date: Sat Oct 27 23:12:16 2012
New Revision: 2686

URL: http://svn.debian.org/wsvn/po4a/?sc=1&rev=2686
Log:
doc: fix indentation of verbatim text so that it does not get wrapped

Modified:
    trunk/po4a

Modified: trunk/po4a
URL: http://svn.debian.org/wsvn/po4a/trunk/po4a?rev=2686&op=diff
==============================================================================
--- trunk/po4a (original)
+++ trunk/po4a Sat Oct 27 23:12:16 2012
@@ -253,7 +253,7 @@
 If you must specify the same options for multiple files, you may be
 interested in defining a module alias. This can be done this way:
 
-[po4a_alias:test] man opt:"-k 21" opt_es:"-o debug=splitargs"
+ [po4a_alias:test] man opt:"-k 21" opt_es:"-o debug=splitargs"
 
 This defines a module alias named B<test>, based on the B<man> module, with
 the B<-k 21> applied to all the languages and with B<-o debug=splitargs>
@@ -261,7 +261,7 @@
 
 This module alias can then be use like a regular module:
 
-[type:test] data-05/test2_man.1 $lang:tmp/test2_man.$lang.1 \
+ [type:test] data-05/test2_man.1 $lang:tmp/test2_man.$lang.1 \
             opt_it:"-L UTF-8" opt_fr:-v
 
 Note that you can specify additional options on a per file basis.




More information about the Po4a-commits mailing list