[R-gregmisc-users] SF.net SVN: r-gregmisc:[1338] trunk/fork/man/wait.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2009-05-09 05:42:13
|
Revision: 1338 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1338&view=rev Author: warnes Date: 2009-05-09 05:42:05 +0000 (Sat, 09 May 2009) Log Message: ----------- Fix .Rd syntax error and update mailing address Modified Paths: -------------- trunk/fork/man/wait.Rd Modified: trunk/fork/man/wait.Rd =================================================================== --- trunk/fork/man/wait.Rd 2009-05-09 05:29:53 UTC (rev 1337) +++ trunk/fork/man/wait.Rd 2009-05-09 05:42:05 UTC (rev 1338) @@ -2,8 +2,9 @@ \name{wait} \alias{wait} \title{Wait for child process(es) to stop or terminate.} -\description{Wait for child process(es) created using 'fork' command to - stop or terminate.} +\description{ + Wait for child process(es) created using 'fork' command to + stop or terminate. } \usage{ wait(pid, nohang=FALSE, untraced=FALSE) @@ -33,7 +34,7 @@ and the meanings of the status indicator. } \references{"wait" and "waitpid" man pages} -\author{ Gregory R. Warnes \email{warnes\@bst.rochester.edu}} +\author{ Gregory R. Warnes \email{gr...@ra...}} \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. |