[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/Pod-Simple-Texinfo pod2texi.pl
From: |
karl |
Subject: |
texinfo/Pod-Simple-Texinfo pod2texi.pl |
Date: |
Mon, 04 Feb 2013 22:52:25 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: karl <karl> 13/02/04 22:52:25
Modified files:
Pod-Simple-Texinfo: pod2texi.pl
Log message:
more C<>
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/Pod-Simple-Texinfo/pod2texi.pl?cvsroot=texinfo&r1=1.28&r2=1.29
Patches:
Index: pod2texi.pl
===================================================================
RCS file: /sources/texinfo/texinfo/Pod-Simple-Texinfo/pod2texi.pl,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- pod2texi.pl 4 Feb 2013 12:48:59 -0000 1.28
+++ pod2texi.pl 4 Feb 2013 22:52:25 -0000 1.29
@@ -1,5 +1,5 @@
#! /usr/bin/env perl
-# $Id: pod2texi.pl,v 1.28 2013/02/04 12:48:59 pertusus Exp $
+# $Id: pod2texi.pl,v 1.29 2013/02/04 22:52:25 karl Exp $
# pod2texi -- convert Pod to Texinfo.
# Copyright 2012, 2013 Free Software Foundation, Inc.
#
@@ -568,8 +568,9 @@
=item B<--unnumbered-sections>
-Use unnumbered sectioning commands (@unnumbered...) instead of the default
-numbered sectioning Texinfo @-commands (@chapter, @section...).
+Use unnumbered sectioning commands (C<@unnumbered>, ...) instead of the
+default numbered sectioning Texinfo @-commands (C<@chapter>,
+C<@section>, ...).
=item B<--top>=I<TOP>