[R-gregmisc-users] SF.net SVN: r-gregmisc: [1085] trunk/fork
Brought to you by:
warnes
From: <wa...@us...> - 2007-03-24 21:30:28
|
Revision: 1085 http://svn.sourceforge.net/r-gregmisc/?rev=1085&view=rev Author: warnes Date: 2007-03-24 14:30:26 -0700 (Sat, 24 Mar 2007) Log Message: ----------- Update my email address Modified Paths: -------------- trunk/fork/DESCRIPTION trunk/fork/man/exit.Rd trunk/fork/man/fork.Rd trunk/fork/man/getpid.Rd trunk/fork/man/kill.Rd trunk/fork/man/signame.Rd Modified: trunk/fork/DESCRIPTION =================================================================== --- trunk/fork/DESCRIPTION 2007-03-24 21:27:27 UTC (rev 1084) +++ trunk/fork/DESCRIPTION 2007-03-24 21:30:26 UTC (rev 1085) @@ -2,10 +2,13 @@ Title: R functions for handling multiple processes. Version: 1.2.0 Date: 2007-03-22 -Author: Gregory R. Warnes <wa...@bs...> +Author: Gregory R. Warnes <gr...@ra...>. Financial + support for some aspects of this package provided by Metrum Research Group, + LLC <http://www.metrumrg.com>. Description: These functions provides simple wrappers around the Unix process management API calls: fork, signal, wait, waitpid, kill, and _exit. This enables construction of programs that utilize and mange multiple concurrent - processes. -Maintainer: Gregory R. Warnes <wa...@bs...> + processes. Commercial support for this package available from + Random Technologies, LLC <http://www.random-technologies-llc.com> +Maintainer: Gregory R. Warnes <gr...@ra...> License: GPL Modified: trunk/fork/man/exit.Rd =================================================================== --- trunk/fork/man/exit.Rd 2007-03-24 21:27:27 UTC (rev 1084) +++ trunk/fork/man/exit.Rd 2007-03-24 21:30:26 UTC (rev 1085) @@ -25,7 +25,7 @@ argument, so it is usually not necessary to directly call exit(). } \references{"\_exit" man page} -\author{ Gregory R. Warnes \email{wa...@bs...}} +\author{ Gregory R. Warnes \email{gr...@ra...}} \seealso{\code{\link{fork}}, \code{\link{getpid}}, \code{\link{wait}}, \code{\link{kill}}, \code{\link{killall}} } \examples{ Modified: trunk/fork/man/fork.Rd =================================================================== --- trunk/fork/man/fork.Rd 2007-03-24 21:27:27 UTC (rev 1084) +++ trunk/fork/man/fork.Rd 2007-03-24 21:30:26 UTC (rev 1085) @@ -88,7 +88,7 @@ function returns 0 to the child process. } \references{'fork' man page} -\author{ Gregory R. Warnes \email{wa...@bs...}} +\author{ Gregory R. Warnes \email{gr...@ra...}} \seealso{\code{\link{getpid}}, \code{\link{exit}}, \code{\link{wait}}, \code{\link{kill}}, \code{\link{killall}} } \examples{ Modified: trunk/fork/man/getpid.Rd =================================================================== --- trunk/fork/man/getpid.Rd 2007-03-24 21:27:27 UTC (rev 1084) +++ trunk/fork/man/getpid.Rd 2007-03-24 21:30:26 UTC (rev 1085) @@ -15,7 +15,7 @@ Integer process id. } \references{Unix "getpid" man page} -\author{ Gregory R. Warnes \email{wa...@bs...}} +\author{ Gregory R. Warnes \email{gr...@ra...}} \seealso{\code{\link{fork}}, \code{\link{exit}}, \code{\link{wait}}, \code{\link{kill}}, \code{\link{killall}} } \examples{ Modified: trunk/fork/man/kill.Rd =================================================================== --- trunk/fork/man/kill.Rd 2007-03-24 21:27:27 UTC (rev 1084) +++ trunk/fork/man/kill.Rd 2007-03-24 21:30:26 UTC (rev 1085) @@ -28,7 +28,7 @@ \code{killall} does not return a value. } \references{"kill" and "waitpid" man pages} -\author{ Gregory R. Warnes \email{wa...@bs...}} +\author{ Gregory R. Warnes \email{gr...@ra...}} \seealso{\code{\link{getpid}}, \code{\link{exit}}, \code{\link{wait}}, \code{\link{kill}}, \code{\link{killall}} } \examples{ Modified: trunk/fork/man/signame.Rd =================================================================== --- trunk/fork/man/signame.Rd 2007-03-24 21:27:27 UTC (rev 1084) +++ trunk/fork/man/signame.Rd 2007-03-24 21:30:26 UTC (rev 1085) @@ -29,7 +29,7 @@ \item{desc}{Description} } \references{Unix "signal" man page.} -\author{ Gregory R. Warnes \email{wa...@bs...}} +\author{ Gregory R. Warnes \email{gr...@ra...}} \seealso{\code{\link{getpid}}, \code{\link{exit}}, \code{\link{wait}}, \code{\link{kill}}, \code{\link{killall}} } \examples{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |