diff --git a/documentation/motorRecord.html b/documentation/motorRecord.html
index 4b36fc0b..a60c47b6 100644
--- a/documentation/motorRecord.html
+++ b/documentation/motorRecord.html
@@ -2407,7 +2407,7 @@ below.
POSITION: closed-loop position control is enabled.
- Unused
+ SLIP_STALL: Slip/Stall detected (eg. fatal following error)
HOME: if at home position.
@@ -2416,7 +2416,7 @@ below.
PRESENT: encoder is present.
- PROBLEM: driver stopped polling.
+ PROBLEM: driver stopped polling, or hardware problem
MOVING: non-zero velocity present.
@@ -2428,10 +2428,15 @@ below.
COMM_ERR: Controller communication error.
- MINUS_LS: minus limit switch has been hit.
+ MINUS_LS: minus limit switch has been hit.
+
+
+ HOMED: the motor has been homed.
-
+ The record is put into MAJOR STATE alarm if either SLIP_STALL or PROBLEM bits are detected.
+ If HLSV is set, then the record is put into HIGH alarm if either a high soft limit or
+ hard limit (PLUS_LS) has been reached. Similary for the low limits.