rbb 00/11/27 21:16:10
Modified: include apr_thread_proc.h
Log:
Fix some docs.
Revision Changes Path
1.49 +1 -1 apr/include/apr_thread_proc.h
Index: apr_thread_proc.h
===================================================================
RCS file: /home/cvs/apr/include/apr_thread_proc.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- apr_thread_proc.h 2000/11/26 03:00:04 1.48
+++ apr_thread_proc.h 2000/11/28 05:16:08 1.49
@@ -398,7 +398,7 @@
* @param progname The program to run
* @param const_args the arguments to pass to the new program. The first
* one should be the program name.
- * @param env The new environment apr_table_t for the new process. This
+ * @param env The new environment table for the new process. This
* should be a list of NULL-terminated strings.
* @param attr the procattr we should use to determine how to create the new
* process