rbb 99/04/20 13:52:54
Modified: docs fileio.txt
Log:
Forgot one return code in the docs, so here it is
Revision Changes Path
1.15 +2 -1 apache-apr/docs/fileio.txt
Index: fileio.txt
===================================================================
RCS file: /home/cvs/apache-apr/docs/fileio.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- fileio.txt 1999/04/20 20:46:43 1.14
+++ fileio.txt 1999/04/20 20:52:53 1.15
@@ -184,7 +184,8 @@
Arguments:
arg 1) The directory to create the named pipe in. Can BE NULL!
arg 2) The permissions for the named pipe.
- return) The name of the newly created pipe. (fully defined path)
+ return) The name of the newly created pipe. (fully defined path) NULL
+ on failure.
NOTE: If directory name is NULL, the platform decides where it is best to
put
the pipe. To get it in the current dir, use "." here :)