[svn:parrot] r37466 - in trunk: examples/pir lib/Parrot/Docs/Section runtime/parrot/library/HTTP

cotto at svn.parrot.org cotto at svn.parrot.org
Mon Mar 16 05:41:08 UTC 2009


Author: cotto
Date: Mon Mar 16 05:41:07 2009
New Revision: 37466
URL: https://trac.parrot.org/parrot/changeset/37466

Log:
[docs] remove some references to examples/io and remove a warning from make html

Modified:
   trunk/examples/pir/io.pir
   trunk/lib/Parrot/Docs/Section/Examples.pm
   trunk/runtime/parrot/library/HTTP/Daemon.pir

Modified: trunk/examples/pir/io.pir
==============================================================================
--- trunk/examples/pir/io.pir	Mon Mar 16 01:30:02 2009	(r37465)
+++ trunk/examples/pir/io.pir	Mon Mar 16 05:41:07 2009	(r37466)
@@ -42,10 +42,6 @@
 
 .end
 
-=head1 SEE ALSO
-
-F<examples/io>.
-
 =cut
 
 # Local Variables:

Modified: trunk/lib/Parrot/Docs/Section/Examples.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/Examples.pm	Mon Mar 16 01:30:02 2009	(r37465)
+++ trunk/lib/Parrot/Docs/Section/Examples.pm	Mon Mar 16 05:41:07 2009	(r37466)
@@ -45,7 +45,6 @@
         $self->new_group( 'PASM and PIR',          '', 'examples/pasm' ),
         $self->new_group( 'PIR',                   '', 'examples/pir' ),
         $self->new_group( 'Subroutines',           '', 'examples/subs' ),
-        $self->new_group( 'IO',                    '', 'examples/io' ),
         $self->new_group( 'Streams',               '', 'examples/streams' ),
         $self->new_group( 'Benchmarking',          '', 'examples/benchmarks' ),
         $self->new_group( 'Speed Comparison',      '', 'examples/mops' ),

Modified: trunk/runtime/parrot/library/HTTP/Daemon.pir
==============================================================================
--- trunk/runtime/parrot/library/HTTP/Daemon.pir	Mon Mar 16 01:30:02 2009	(r37465)
+++ trunk/runtime/parrot/library/HTTP/Daemon.pir	Mon Mar 16 05:41:07 2009	(r37466)
@@ -21,7 +21,7 @@
 
 =head1 SEE ALSO
 
-RFC2616, F<examples/io/httpd2.pir>
+RFC2616
 
 =head1 AUTHOR
 


More information about the parrot-commits mailing list