@@ -528,13 +528,18 @@ Database
528528
529529 - Prints a report of the status of the replica set from the perspective of the primary.
530530
531+ * - :method:`db.printSecondaryReplicationInfo()`
532+
533+ - Prints the status of the replica set from the
534+ perspective of the secondaries.
535+
531536 * - :method:`db.printShardingStatus()`
532537
533538 - Prints a report of the sharding configuration and the chunk ranges.
534539
535540 * - :method:`db.printSlaveReplicationInfo()`
536541
537- - Prints a report of the status of the replica set from the perspective of the secondaries.
542+ - .. include:: /includes/deprecated-db.printSlaveReplicationInfo.rst
538543
539544 * - :method:`db.resetError()`
540545
@@ -932,11 +937,17 @@ Replication
932937
933938 * - :method:`rs.printReplicationInfo()`
934939
935- - Prints a report of the status of the replica set from the perspective of the primary.
940+ - Prints a formatted report of the replica set status from the
941+ perspective of the primary.
942+
943+ * - :method:`rs.printSecondaryReplicationInfo()`
944+
945+ - Prints a formatted report of the replica set status from the
946+ perspective of the secondaries.
936947
937948 * - :method:`rs.printSlaveReplicationInfo()`
938949
939- - Prints a report of the status of the replica set from the perspective of the secondaries.
950+ - .. include:: /includes/deprecated-rs.printSlaveReplicationInfo.rst
940951
941952 * - :method:`rs.reconfig()`
942953
0 commit comments