[pkg-java] r16978 - in trunk/antlr3/debian: . scripts

Emmanuel Bourg ebourg-guest at alioth.debian.org
Wed Jul 3 12:28:18 UTC 2013


Author: ebourg-guest
Date: 2013-07-03 12:28:18 +0000 (Wed, 03 Jul 2013)
New Revision: 16978

Modified:
   trunk/antlr3/debian/changelog
   trunk/antlr3/debian/scripts/antlr3.1
Log:
Fixed syntax issues in the manpages



Modified: trunk/antlr3/debian/changelog
===================================================================
--- trunk/antlr3/debian/changelog	2013-07-03 11:48:37 UTC (rev 16977)
+++ trunk/antlr3/debian/changelog	2013-07-03 12:28:18 UTC (rev 16978)
@@ -5,6 +5,7 @@
   * Converted debian/copyright to the DEP5 format
   * Added a clean target to debian/rules to allow rebuilds
   * Use canonical URLs for the Vcs-* fields
+  * Fixed syntax issues in the manpages
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 03 Jul 2013 13:27:44 +0200
 

Modified: trunk/antlr3/debian/scripts/antlr3.1
===================================================================
--- trunk/antlr3/debian/scripts/antlr3.1	2013-07-03 11:48:37 UTC (rev 16977)
+++ trunk/antlr3/debian/scripts/antlr3.1	2013-07-03 12:28:18 UTC (rev 16978)
@@ -21,7 +21,7 @@
 .B java org.antlr.Tool
 .B or
 .B antlr3
-[\fIargs\fR] \fIfile.g\fR \[ \fIfile2.g\fR \fIfile3.g\fR ...]
+[\fIargs\fR] \fIfile.g\fR [ \fIfile2.g\fR \fIfile3.g\fR ...]
 .br
 .SH "DESCRIPTION"
 ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
@@ -33,7 +33,7 @@
 specify output directory where all output generated.
 .TP
 \fB\-fo\fR \fIoutputDir\fR
-same as -o but force even files with relative paths to dir.
+same as \-o but force even files with relative paths to dir.
 .TP
 \fB\-lib\fR \fIdir\fR
 specify location of token files.




More information about the pkg-java-commits mailing list