From abfdd46580bf39572cb3775592affe92b458ebb9 Mon Sep 17 00:00:00 2001 From: Carsten Larsen Date: Sun, 31 Jan 2021 21:09:01 +0100 Subject: [PATCH] Fix tables --- ARexx-interface.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ARexx-interface.md b/ARexx-interface.md index 54ba1d9..2765052 100644 --- a/ARexx-interface.md +++ b/ARexx-interface.md @@ -43,6 +43,7 @@ the result is formatted: `NOW`, `LASTSYNC` and `LASTADJ` accepts `DOS`, `ASCII`, `DATE`, `TIME`, `RFC850`, `RFC1123`, `RFC2822`, `RFC3339` or `ISO8601` as first parameter. `DOS` is assumed if parameter is not specified. + | Style | Description | | ------- | ------------------------------- | | `DOS` | AmigaDOS style | @@ -65,12 +66,13 @@ addition value parameter. `ID`, `VERSION`, `HELP`, `SHOW`, `HIDE`, `START`, `STOP`, `SHUTDOWN` and `LOGTRANS` does not accept parameters. -**Error handling@** +**Error handling** The local variables TIMEKEEPER.ERRORCODE and TIMEKEEPER.ERRORTEXT are set on each call too ARexx. There is a number of possible error codes. + | Code | Description | | ---- | -------------------------------------- | | 0 | No errors |