diff --git a/src/std/rec/stateRecord.dbd.pod b/src/std/rec/stateRecord.dbd.pod index 8734f01bd..9dab4b53a 100644 --- a/src/std/rec/stateRecord.dbd.pod +++ b/src/std/rec/stateRecord.dbd.pod @@ -14,7 +14,7 @@ interface. Its only function is to provide a place in the database through which the state program can inform the operator interface of its state by storing an arbitrary ASCII string in its VAL field. -B +B =head2 Contents @@ -55,31 +55,28 @@ B. -In addition, -L -explains how these fields are used. +it will be processed. These fields are listed in L. In addition, +L explains how these fields are used. =head3 Operator Display Parameters -See L -for more on the record name (NAME) and description (DESC) fields. +See L for more on the record name (NAME) and +description (DESC) fields. =fields NAME, DESC =head3 Alarm Parameters -The state record has the alarm parameters common to all record types. -L -lists other fields related to a alarms that are common to all record types. +The state record has the alarm parameters common to all record types. +L lists other fields related to a alarms that are common to all +record types. =head3 Run-time Parameters @@ -87,7 +84,7 @@ These parameters are used by the application code to convey the state of the program to the operator interface. The VAL field holds the string retrieved from the state program. The OVAL is used to implement monitors for the VAL field. When the string in OVAL differs from the one in VAL, monitors are triggered. -They represent the current state of the sequence program. +They represent the current state of the sequence program. =fields VAL, OVAL @@ -115,8 +112,8 @@ They represent the current state of the sequence program. long (*process)(struct dbCommon *precord) -process triggers monitors on VAL when it changes and scans the forward link if -necessary. +C triggers monitors on VAL when it changes and scans the forward +link if necessary. =cut