diff --git a/reference/mongo/mongo.xml b/reference/mongo/mongo.xml
index 4f18a11fdc..6afcde4a56 100644
--- a/reference/mongo/mongo.xml
+++ b/reference/mongo/mongo.xml
@@ -102,7 +102,7 @@ $db = $m->foo; // get the database named "foo"
public
boolean
- connected
+ connected
&false;
@@ -222,6 +222,17 @@ $db = $m->foo; // get the database named "foo"
Fields
+
+ status
+
+
+ This property will be set to &true; if we have a open connection
+ the database based on the ReadPreference and tagsets (for ReplicaSet
+ connections), &false; otherwise.
+ This property does not take authentication into account.
+
+
+
status