Revision: 1071
http://svn.sourceforge.net/r-gregmisc/?rev=1071&view=rev
Author: warnes
Date: 2007-03-06 15:29:46 -0800 (Tue, 06 Mar 2007)
Log Message:
-----------
Fix syntax error in example due to incomplete code deletion.
Modified Paths:
--------------
trunk/fork/man/handleSIGCLD.Rd
Modified: trunk/fork/man/handleSIGCLD.Rd
===================================================================
--- trunk/fork/man/handleSIGCLD.Rd 2007-03-06 23:29:12 UTC (rev 1070)
+++ trunk/fork/man/handleSIGCLD.Rd 2007-03-06 23:29:46 UTC (rev 1071)
@@ -46,8 +46,6 @@
## don't do anything useful
exit()
}
- else
- pidList[i] <- pid
}
## remove the dummy signal handler
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|