diff --git a/.gitignore b/.gitignore
index 1263d689..6479b24b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@ O.*
*.swp
*BAK.adl
bin/
-db/
+/db/
dbd/
html/
include/
diff --git a/docs/motorRecord.html b/docs/motorRecord.html
index 08c84a76..ec9167e1 100644
--- a/docs/motorRecord.html
+++ b/docs/motorRecord.html
@@ -455,7 +455,7 @@ below.
| This field supports closed-loop control of pathological devices
@@ -2426,7 +2426,7 @@ below.
| RVAL |
R/W* |
Raw Desired Value |
- DOUBLE |
+ LONG |
This is the desired position in raw coordinates. When this field is written
to, VAL and DVAL will be changed correspondingly, and the motor will move (with
backlash takeout if BDST is nonzero) to the newly written position. |
@@ -2533,7 +2533,7 @@ below.
RRBV |
R |
Raw Readback Value |
- DOUBLE |
+ LONG |
The current position of the motor, encoder, or readback link, as received
from whatever source has been selected to provide position information. The
units associated with this field depend on the source. |
@@ -2542,7 +2542,7 @@ below.
RMP |
R |
Raw Motor Position |
- DOUBLE |
+ LONG |
The contents of the hardware's step-count register. This field contains the
same information as the dial value, but in steps, rather than in engineering
units. |
@@ -2551,7 +2551,7 @@ below.
REP |
R |
Raw Encoder Position |
- DOUBLE |
+ LONG |
The contents of the hardware's encoder-count register. Ideally, this field
contains the same information as the dial value, but in encoder counts, rather
than in engineering units. |
@@ -2952,7 +2952,7 @@ below.
VERS |
R |
Code Version |
- DOUBLE |
+ FLOAT |
Version number of the recMotor.c code. |