trawick 2003/06/19 04:03:09 Modified: include apr_thread_proc.h Log: tweak a comment to better describe what APR_SHELLCMD can handle Revision Changes Path 1.98 +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.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- apr_thread_proc.h 5 Mar 2003 21:22:26 -0000 1.97 +++ apr_thread_proc.h 19 Jun 2003 11:03:09 -0000 1.98 @@ -468,7 +468,7 @@ * @param attr The procattr we care about. * @param cmd The type of command. One of: *
  - *            APR_SHELLCMD     --  Shell script
  + *            APR_SHELLCMD     --  Anything that the shell can handle
    *            APR_PROGRAM      --  Executable program   (default) 
    *            APR_PROGRAM_ENV  --  Executable program, copy environment
    *            APR_PROGRAM_PATH --  Executable program on PATH, copy env