This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr3.2.
commit 9571bb75cf177d64a5f819bdc087af2aca2d32a5 Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 3 12:28:18 2013 +0000 Fixed syntax issues in the manpages --- debian/changelog | 1 + debian/scripts/antlr3.1 | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index cb569c9..5c5dfef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ antlr3 (3.2-8) unstable; urgency=low * 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 <[email protected]> Wed, 03 Jul 2013 13:27:44 +0200 diff --git a/debian/scripts/antlr3.1 b/debian/scripts/antlr3.1 index b812f73..b23e322 100644 --- a/debian/scripts/antlr3.1 +++ b/debian/scripts/antlr3.1 @@ -21,7 +21,7 @@ ANTLR \- ANother Tool for Language Recognition, version 3 .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 @@ C++ or Java actions. 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. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr3.2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

