[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/Pod-Simple-Texinfo pod2texi.pl
From: |
Patrice Dumas |
Subject: |
texinfo/Pod-Simple-Texinfo pod2texi.pl |
Date: |
Mon, 04 Feb 2013 09:35:20 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Patrice Dumas <pertusus> 13/02/04 09:35:19
Modified files:
Pod-Simple-Texinfo: pod2texi.pl
Log message:
Protect @ in help message.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/Pod-Simple-Texinfo/pod2texi.pl?cvsroot=texinfo&r1=1.25&r2=1.26
Patches:
Index: pod2texi.pl
===================================================================
RCS file: /sources/texinfo/texinfo/Pod-Simple-Texinfo/pod2texi.pl,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- pod2texi.pl 4 Feb 2013 01:35:13 -0000 1.25
+++ pod2texi.pl 4 Feb 2013 09:35:19 -0000 1.26
@@ -1,5 +1,5 @@
#! /usr/bin/env perl
-# $Id: pod2texi.pl,v 1.25 2013/02/04 01:35:13 karl Exp $
+# $Id: pod2texi.pl,v 1.26 2013/02/04 09:35:19 pertusus Exp $
# pod2texi -- convert Pod to Texinfo.
# Copyright 2012, 2013 Free Software Foundation, Inc.
#
@@ -132,8 +132,8 @@
--unnumbered-sections use unumbered sections.
--version display version information and exit.
-Email bug reports to address@hidden,
-general questions and discussion to address@hidden
+Email bug reports to address@hidden,
+general questions and discussion to address@hidden
Texinfo home page: http://www.gnu.org/software/texinfo/\n");
}
- texinfo/Pod-Simple-Texinfo pod2texi.pl,
Patrice Dumas <=