Bug#215291: very minor typo in ant manpage

Nicolas François Nicolas François , 215291@bugs.debian.org
Sun Oct 12 00:19:01 2003


--TB36FDmn/VVEgNH/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: ant
Version: 1.5.4-3
Severity: minor
Tags: patch

Hello,

There is a small typo in the ant manpage. It as nearly no consequences
on the manpage display (one '>' underlined, and sometimes a warning).

Here is a patch to fix it.


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux nekral 2.4.20 #3 Thu Apr 3 23:09:05 CEST 2003 i686
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (ignored: LC_ALL set to fr_FR@euro)

Versions of packages ant depends on:
ii  antlr                     2.7.2-3        A language tool for constructing r
ii  gij-3.2 [java1-runtime]   1:3.2.3-2      The GNU Java bytecode interpreter
ii  gij-3.3 [java1-runtime]   1:3.3.2-0pre5  The GNU Java bytecode interpreter
ii  j2re1.4 [java2-runtime]   1.4.1-6        Blackdown Java(TM) 2 Runtime Envir
ii  junit                     3.8.1-5        Automated testing framework for Ja
ii  jython                    2.1.0-14       Python seamlessly integrated with 
ii  kaffe [java1-runtime]     1:1.1.1-5      A JVM to run Java bytecode
ii  libant1.5-java            1.5.4-3        Java based build tool like make
ii  libbcel-java              5.1-1          Analyze, create, and manipulate (b
ii  libbsf-java               1:2.3.0rc1-1   Bean Scripting Framework to suppor
ii  libcommons-logging-java   1.0.3-2        The commmon wrapper interface for 
ii  libjdepend-java           2.6-1          tool to measure design quality of 
ii  liblog4j1.2-java          1.2.8-2        Logging library for java
ii  liboro-java               2.0.7-1        Regular expression library for Jav
ii  libregexp-java            1.2.20010409-5 regular expression library for Jav
ii  libxalan2-java            2.5.0-1        XSL Transformations (XSLT) process
ii  libxerces2-java           2.4.0-1        Validating XML parser for Java
ii  sablevm [java1-runtime]   1.0.9test5-1   Free implementation of Java Virtua

-- no debconf information

hth
-- 
Nekral

--TB36FDmn/VVEgNH/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="ant.1.patch"

--- debian/ant.1.orig	2003-09-14 11:59:50.000000000 +0200
+++ debian/ant.1	2003-09-14 12:02:16.000000000 +0200
@@ -62,7 +62,7 @@ file. This is the 
 equivalent of
 .B Makefile
 .TP
-\fB\-D\fR<\fIproperty\fR>=<\fIvalue\Fr>
+\fB\-D\fR<\fIproperty\fR>=<\fIvalue\fR>
 use value for the given property
 
 .SH SEE ALSO

--TB36FDmn/VVEgNH/--