From b84f01f30c4823f2811fa8f10037a34b86ae519b Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:12:26 +0000 Subject: [PATCH] catch one --- R/daemon.R | 2 +- man/daemon.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/daemon.R b/R/daemon.R index 57931aaf9..218843d7e 100644 --- a/R/daemon.R +++ b/R/daemon.R @@ -40,7 +40,7 @@ #' stderr if TRUE, or else discard if FALSE. Specify as TRUE in the '...' #' argument to \code{\link{daemons}} or \code{\link{launch_local}} to provide #' redirection of output to the host process (applicable only for local -#' daemons when not using dispatcher). +#' daemons). #' @param maxtasks [default Inf] the maximum number of tasks to execute (task #' limit) before exiting. #' @param idletime [default Inf] maximum idle time, since completion of the last diff --git a/man/daemon.Rd b/man/daemon.Rd index 09869110a..a2eee7b62 100644 --- a/man/daemon.Rd +++ b/man/daemon.Rd @@ -38,7 +38,7 @@ accepts an integer value (see 'Cleanup Options' section below).} stderr if TRUE, or else discard if FALSE. Specify as TRUE in the '...' argument to \code{\link{daemons}} or \code{\link{launch_local}} to provide redirection of output to the host process (applicable only for local -daemons when not using dispatcher).} +daemons).} \item{maxtasks}{[default Inf] the maximum number of tasks to execute (task limit) before exiting.}