[Po4a-devel][CVS] po4a/lib/Locale/Po4a Chooser.pm,1.15,1.16

Jordi Vilalta po4a-devel@lists.alioth.debian.org
Sun, 08 Aug 2004 23:08:30 +0000


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv31950

Modified Files:
	Chooser.pm 
Log Message:
Little documentation enhancements


Index: Chooser.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Chooser.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Chooser.pm	30 Jul 2004 00:17:41 -0000	1.15
+++ Chooser.pm	8 Aug 2004 23:08:27 -0000	1.16
@@ -28,7 +28,7 @@
 
     die gettext("Need to provide a module name to the Chooser")."\n"
       unless defined $module;
-    
+
     my $modname;
     if ($module eq 'kernelhelp') {
         $modname = 'KernelHelp';
@@ -72,7 +72,7 @@
 Locale::Po4a::Chooser is a module to manage po4a modules. Before, all po4a
 binaries used to know all po4a modules (pod, man, sgml, etc). This made the
 add of a new module a boring, to make sure the documentation is syncronized
-in all modules, and that each of them can access the new module.
+in all modules, and that each one of them can access the new module.
 
 Now, you just have to call the Locale::Po4a::Chooser::new() function,
 passing the name of module as argument.
@@ -86,7 +86,7 @@
 
 =item About po4a:
 
-L<po4a(7)>, 
+L<po4a(7)|po4a.7>, 
 L<Locale::Po4a::TransTractor(3pm)>,
 L<Locale::Po4a::Po(3pm)>