[svn:parrot] r40043 - branches/io_cleanups/src/io

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Mon Jul 13 02:11:02 UTC 2009


Author: jkeenan
Date: Mon Jul 13 02:11:02 2009
New Revision: 40043
URL: https://trac.parrot.org/parrot/changeset/40043

Log:
Provide minimal documentation for one function so that file conforms to coding standard:  c_function_docs.

Modified:
   branches/io_cleanups/src/io/unix.c

Modified: branches/io_cleanups/src/io/unix.c
==============================================================================
--- branches/io_cleanups/src/io/unix.c	Mon Jul 13 02:04:41 2009	(r40042)
+++ branches/io_cleanups/src/io/unix.c	Mon Jul 13 02:11:02 2009	(r40043)
@@ -682,6 +682,8 @@
 =item C<PMC * Parrot_io_open_pipe_unix(PARROT_INTERP, STRING *command, int
 flags)>
 
+Open a pipe.
+
 =cut
 
 */


More information about the parrot-commits mailing list