diff --git a/man/TaskSurv.Rd b/man/TaskSurv.Rd
index 3f196b2b..b0f645ab 100644
--- a/man/TaskSurv.Rd
+++ b/man/TaskSurv.Rd
@@ -246,7 +246,6 @@ or \code{"left"} censoring.}
\if{latex}{\out{\hypertarget{method-TaskSurv-times}{}}}
\subsection{Method \code{times()}}{
Returns the (unsorted) outcome times.
-Only applicable to \code{"right"} or \code{"left"} censoring.
\subsection{Usage}{
\if{html}{\out{
}}\preformatted{TaskSurv$times(rows = NULL)}\if{html}{\out{
}}
}
@@ -366,7 +365,6 @@ Additional arguments passed down to \code{\link[survival:survfit.formula]{surviv
\if{latex}{\out{\hypertarget{method-TaskSurv-reverse}{}}}
\subsection{Method \code{reverse()}}{
Returns the same task with the status variable reversed, i.e., 1 - status.
-Only designed for \code{"left"} and \code{"right"} censoring.
\subsection{Usage}{
\if{html}{\out{}}\preformatted{TaskSurv$reverse()}\if{html}{\out{
}}
}
diff --git a/man/mlr_task_generators_coxed.Rd b/man/mlr_task_generators_coxed.Rd
index a6feb757..0252ee2e 100644
--- a/man/mlr_task_generators_coxed.Rd
+++ b/man/mlr_task_generators_coxed.Rd
@@ -27,7 +27,7 @@ tgen("coxed")
\tabular{lllll}{
Id \tab Type \tab Default \tab Levels \tab Range \cr
T \tab numeric \tab 100 \tab \tab \eqn{[1, \infty)}{[1, Inf)} \cr
- type \tab character \tab none \tab none, tvc, tvbeta \tab - \cr
+ type \tab character \tab none \tab none, tvbeta \tab - \cr
knots \tab integer \tab 8 \tab \tab \eqn{[1, \infty)}{[1, Inf)} \cr
spline \tab logical \tab TRUE \tab TRUE, FALSE \tab - \cr
xvars \tab integer \tab 3 \tab \tab \eqn{[1, \infty)}{[1, Inf)} \cr
@@ -49,8 +49,8 @@ tgen("coxed")
mu = 1, sd = 2, censor.cond = FALSE)
gen$generate(50)
- # same as above, but with time-varying coefficients (counting process format)
- gen$param_set$set_values(type = "tvc")
+ # same as above, but with time-varying coefficients
+ gen$param_set$set_values(type = "tvbeta")
gen$generate(50)
\dontshow{\}) # examplesIf}
}