From dfd60200fb3ff80c2e847adc35b7dfcafc02d8d5 Mon Sep 17 00:00:00 2001 From: munja Date: Tue, 8 Feb 2022 23:23:13 +0100 Subject: [PATCH] chore(docs): removing invalid example --- base/mp_wait4file.sas | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/base/mp_wait4file.sas b/base/mp_wait4file.sas index f20d2d2..d1e6c26 100644 --- a/base/mp_wait4file.sas +++ b/base/mp_wait4file.sas @@ -4,9 +4,7 @@ @details Loops with a `sleep()` command until a file arrives or the max wait period expires. - @example - - Wait 3 minutes OR for /tmp/flag.txt to appear + Example: Wait 3 minutes OR for /tmp/flag.txt to appear %mp_wait4file(/tmp/flag.txt , maxwait=60*3)