Ticket #825 (closed patch: fixed)

Opened 13 years ago

Last modified 13 years ago

PATCH: Fix incorrect references in pdd22

Reported by: jrtayloriv Owned by: jkeenan
Priority: minor Milestone:
Component: docs Version: 1.3.0
Severity: low Keywords: pdd22, io, documentation
Cc: Language:
Patch status: applied Platform: all

Description

Index: docs/pdds/pdd22_io.pod =================================================================== --- docs/pdds/pdd22_io.pod (revision 39978) +++ docs/pdds/pdd22_io.pod (working copy) @@ -1053,12 +1053,12 @@

=head2 References

- F<src/io/io.c> + F<src/io/core.c>

F<src/ops/io.ops> F<include/parrot/io.h> F<runtime/parrot/library/Stream/*>

- F<src/io/io_unix.c> - F<src/io/io_win32.c> + F<src/io/unix.c> + F<src/io/win32.c>

Perl 5's IO::AIO Perl 5's POE

Change History

follow-up: ↓ 2   Changed 13 years ago by jrtayloriv

Sorry about that -- here it is properly formatted:

Index: docs/pdds/pdd22_io.pod
===================================================================
--- docs/pdds/pdd22_io.pod      (revision 39978)
+++ docs/pdds/pdd22_io.pod      (working copy)
@@ -1053,12 +1053,12 @@

 =head2 References

-  F<src/io/io.c>
+  F<src/io/core.c>
   F<src/ops/io.ops>
   F<include/parrot/io.h>
   F<runtime/parrot/library/Stream/*>
-  F<src/io/io_unix.c>
-  F<src/io/io_win32.c>
+  F<src/io/unix.c>
+  F<src/io/win32.c>
   Perl 5's IO::AIO
   Perl 5's POE

in reply to: ↑ 1   Changed 13 years ago by jkeenan

  • owner set to jkeenan
  • priority changed from trivial to minor
  • status changed from new to assigned

Replying to jrtayloriv:

Applied in r40163. Thanks for your contribution.

kid51

  Changed 13 years ago by jkeenan

  • status changed from assigned to closed
  • resolution set to fixed

  Changed 13 years ago by jkeenan

  • patch changed from new to applied
Note: See TracTickets for help on using tickets.