From 3e891a12ff9b152620d11e8d2a70807e40cd65b5 Mon Sep 17 00:00:00 2001 From: Gabriel Fedel Date: Wed, 23 Sep 2020 09:36:36 +0200 Subject: [PATCH] Fix asub documentation: alarm happens when retunr status is < 0 --- modules/database/src/std/rec/aSubRecord.dbd.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/database/src/std/rec/aSubRecord.dbd.pod b/modules/database/src/std/rec/aSubRecord.dbd.pod index 9a975cdf9..ae5813a2d 100644 --- a/modules/database/src/std/rec/aSubRecord.dbd.pod +++ b/modules/database/src/std/rec/aSubRecord.dbd.pod @@ -90,7 +90,7 @@ The VAL field is set to the value returned by the user subroutine. The value is treated as an error status value where zero mean success. The output links OUTA ... OUTU will only be used to forward the associated output value fields when the subroutine has returned a zero status. -If the return status was non-zero, the record will be put into C +If the return status was less than zero, the record will be put into C state with severity given by the BRSV field. The INAM field may be used to name a subroutine that will be called once at