[R-gregmisc-users] SF.net SVN: r-gregmisc: [1084] trunk/fork/man
Brought to you by:
warnes
From: <wa...@us...> - 2007-03-24 21:28:24
|
Revision: 1084 http://svn.sourceforge.net/r-gregmisc/?rev=1084&view=rev Author: warnes Date: 2007-03-24 14:27:27 -0700 (Sat, 24 Mar 2007) Log Message: ----------- Add note of financial support from Metrum Modified Paths: -------------- trunk/fork/man/handleSIGCLD.Rd trunk/fork/man/signal.Rd Modified: trunk/fork/man/handleSIGCLD.Rd =================================================================== --- trunk/fork/man/handleSIGCLD.Rd 2007-03-23 22:53:00 UTC (rev 1083) +++ trunk/fork/man/handleSIGCLD.Rd 2007-03-24 21:27:27 UTC (rev 1084) @@ -30,7 +30,10 @@ } \references{W.R. Stevens and S.A. Rago, Advanced Programming in the UNIX environment, 2nd ed. (c) 2005, Pearson Education, pp 308-310.} -\author{Gregory R. Warnes \email{gre...@ro...} } +\author{Gregory R. Warnes \email{gr...@ra...}, + with financial support from Metrum Research Group, LLC + \url{http://www.metrumrg.com}. +} \seealso{ \code{\link{fork}}, \code{\link{wait}}, \code{\link{signal}} } \examples{ Modified: trunk/fork/man/signal.Rd =================================================================== --- trunk/fork/man/signal.Rd 2007-03-23 22:53:00 UTC (rev 1083) +++ trunk/fork/man/signal.Rd 2007-03-24 21:27:27 UTC (rev 1084) @@ -22,7 +22,10 @@ Nothing of interest. } \references{ See the unix man page for "signal" for more information} -\author{Gregory R. Warnes \email{gre...@ro...} } +\author{Gregory R. Warnes \email{gr...@ra...}, + with financial support from Metrum Research Group, LLC + \url{http://www.metrumrg.com}. +} \note{ Be very careful with this function. It can be used to totally confuse the R process. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |