Revision: 1482
http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1482&view=rev
Author: warnes
Date: 2011-08-26 20:48:15 +0000 (Fri, 26 Aug 2011)
Log Message:
-----------
Update Greg's email address
Modified Paths:
--------------
trunk/fork/man/exit.Rd
trunk/fork/man/fork.Rd
trunk/fork/man/getpid.Rd
trunk/fork/man/handleSIGCLD.Rd
trunk/fork/man/kill.Rd
trunk/fork/man/signal.Rd
trunk/fork/man/signame.Rd
trunk/fork/man/wait.Rd
Modified: trunk/fork/man/exit.Rd
===================================================================
--- trunk/fork/man/exit.Rd 2011-08-26 20:45:32 UTC (rev 1481)
+++ trunk/fork/man/exit.Rd 2011-08-26 20:48:15 UTC (rev 1482)
@@ -25,7 +25,7 @@
argument, so it is usually not necessary to directly call exit().
}
\references{"\_exit" man page}
-\author{ Gregory R. Warnes \email{gr...@ra...}}
+\author{ Gregory R. Warnes \email{gr...@wa...}}
\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 2011-08-26 20:45:32 UTC (rev 1481)
+++ trunk/fork/man/fork.Rd 2011-08-26 20:48:15 UTC (rev 1482)
@@ -88,7 +88,7 @@
function returns 0 to the child process.
}
\references{'fork' man page}
-\author{ Gregory R. Warnes \email{gr...@ra...}}
+\author{ Gregory R. Warnes \email{gr...@wa...}}
\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 2011-08-26 20:45:32 UTC (rev 1481)
+++ trunk/fork/man/getpid.Rd 2011-08-26 20:48:15 UTC (rev 1482)
@@ -15,7 +15,7 @@
Integer process id.
}
\references{Unix "getpid" man page}
-\author{ Gregory R. Warnes \email{gr...@ra...}}
+\author{ Gregory R. Warnes \email{gr...@wa...}}
\seealso{\code{\link{fork}}, \code{\link{exit}}, \code{\link{wait}},
\code{\link{kill}}, \code{\link{killall}} }
\examples{
Modified: trunk/fork/man/handleSIGCLD.Rd
===================================================================
--- trunk/fork/man/handleSIGCLD.Rd 2011-08-26 20:45:32 UTC (rev 1481)
+++ trunk/fork/man/handleSIGCLD.Rd 2011-08-26 20:48:15 UTC (rev 1482)
@@ -30,7 +30,7 @@
}
\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{gr...@ra...},
+\author{Gregory R. Warnes \email{gr...@wa...},
with financial support from Metrum Research Group, LLC
\url{http://www.metrumrg.com}.
}
Modified: trunk/fork/man/kill.Rd
===================================================================
--- trunk/fork/man/kill.Rd 2011-08-26 20:45:32 UTC (rev 1481)
+++ trunk/fork/man/kill.Rd 2011-08-26 20:48:15 UTC (rev 1482)
@@ -28,7 +28,7 @@
\code{killall} does not return a value.
}
\references{"kill" and "waitpid" man pages}
-\author{ Gregory R. Warnes \email{gr...@ra...}}
+\author{ Gregory R. Warnes \email{gr...@wa...}}
\seealso{\code{\link{getpid}}, \code{\link{exit}}, \code{\link{wait}},
\code{\link{kill}}, \code{\link{killall}} }
\examples{
Modified: trunk/fork/man/signal.Rd
===================================================================
--- trunk/fork/man/signal.Rd 2011-08-26 20:45:32 UTC (rev 1481)
+++ trunk/fork/man/signal.Rd 2011-08-26 20:48:15 UTC (rev 1482)
@@ -22,7 +22,7 @@
Nothing of interest.
}
\references{ See the unix man page for "signal" for more information}
-\author{Gregory R. Warnes \email{gr...@ra...},
+\author{Gregory R. Warnes \email{gr...@wa...},
with financial support from Metrum Research Group, LLC
\url{http://www.metrumrg.com}.
}
Modified: trunk/fork/man/signame.Rd
===================================================================
--- trunk/fork/man/signame.Rd 2011-08-26 20:45:32 UTC (rev 1481)
+++ trunk/fork/man/signame.Rd 2011-08-26 20:48:15 UTC (rev 1482)
@@ -29,7 +29,7 @@
\item{desc}{Description}
}
\references{Unix "signal" man page.}
-\author{ Gregory R. Warnes \email{gr...@ra...}}
+\author{ Gregory R. Warnes \email{gr...@wa...}}
\seealso{\code{\link{getpid}}, \code{\link{exit}}, \code{\link{wait}},
\code{\link{kill}}, \code{\link{killall}} }
\examples{
Modified: trunk/fork/man/wait.Rd
===================================================================
--- trunk/fork/man/wait.Rd 2011-08-26 20:45:32 UTC (rev 1481)
+++ trunk/fork/man/wait.Rd 2011-08-26 20:48:15 UTC (rev 1482)
@@ -34,7 +34,7 @@
and the meanings of the status indicator.
}
\references{"wait" and "waitpid" man pages}
-\author{ Gregory R. Warnes \email{gr...@ra...}}
+\author{ Gregory R. Warnes \email{gr...@wa...}}
\seealso{\code{\link{fork}}, \code{\link{exit}}, \code{\link{getpid}},
\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.
|