Skip to content

Commit a955475

Browse files
author
Ed Costello
committed
edits for style, remove references to shell command.
1 parent 39d6922 commit a955475

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

source/administration/replica-sets.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ configurations.
5454

5555
.. warning::
5656

57-
The :method:`rs.reconfig()` shell command can force the current
57+
The :method:`rs.reconfig()` shell method can force the current
5858
primary to step down, which causes an :ref:`election <replica-set-elections>`. When the primary
5959
steps down, the :program:`mongod` closes all client
6060
connections. While, this typically takes 10-20 seconds, attempt to
@@ -102,7 +102,7 @@ replica set. Use the following sequence of operations in the
102102
cfg.members[3].priority = 2
103103
rs.reconfig(cfg)
104104

105-
This configures the set, with the following priority settings:
105+
This configures the set, with the following priority settings:
106106

107107
- The first (i.e. )Member ``0`` to a priority of ``0`` so that it can never become :term:`primary`.
108108

@@ -169,7 +169,7 @@ not advertise the hidden member in the :dbcommand:`isMaster` or
169169
that *can* become :term:`primary`. In the above example, if you
170170
issue the :method:`rs.reconfig()` operation to a member with a
171171
:data:`priority <members.[n].priority>` of ``0`` the operation will
172-
fail.
172+
fail.
173173

174174
.. note::
175175

@@ -722,7 +722,7 @@ shell connected to the replica set's :term:`primary`. For descriptions
722722
of the information displayed by :method:`rs.status()`, see
723723
:doc:`/reference/replica-status`.
724724

725-
.. note::
725+
.. note::
726726

727727
The :method:`rs.status()` method is a wrapper that runs the
728728
:dbcommand:`replSetGetStatus` database command.
@@ -758,7 +758,7 @@ To check the current length of replication lag:
758758
syncedTo: Tue Oct 02 2012 11:33:40 GMT-0400 (EDT)
759759
= 7475 secs ago (2.08hrs)
760760

761-
.. note::
761+
.. note::
762762

763763
The :method:`rs.status()` method is a wrapper around the
764764
:dbcommand:`replSetGetStatus` database command.
@@ -962,7 +962,7 @@ operational errors:
962962
In many senses, :ref:`rollbacks <replica-set-rollbacks>` represent a
963963
graceful recovery from an impossible failover and recovery situation.
964964

965-
Rollbacks occur when
965+
Rollbacks occur when
966966
a primary accepts writes that other members of
967967
the set do not successfully replicate before the primary steps
968968
down. When the former primary begins replicating again it performs a

source/reference/replica-configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ use the following form:
383383

384384
.. note::
385385

386-
The :method:`rs.reconfig()` shell command can force the current
386+
The :method:`rs.reconfig()` shell method can force the current
387387
primary to step down and causes an election in some
388388
situations. When the primary steps down, all clients will
389389
disconnect. This is by design. While this typically takes 10-20

source/tutorial/deploy-geographically-distributed-replica-set.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ To deploy a geographically distributed three-member set:
215215

216216
.. note::
217217

218-
In some situations, the :method:`rs.reconfig()` shell command
218+
In some situations, the :method:`rs.reconfig()` shell method
219219
can force the current primary to step down and causes an
220220
election. When the primary steps down, all clients will
221221
disconnect. This is the intended behavior. While, this
@@ -417,7 +417,7 @@ To deploy a geographically distributed four-member set:
417417

418418
.. note::
419419

420-
In some situations, the :method:`rs.reconfig()` shell command
420+
In some situations, the :method:`rs.reconfig()` shell method
421421
can force the current primary to step down and causes an
422422
election. When the primary steps down, all clients will
423423
disconnect. This is the intended behavior. While, this

0 commit comments

Comments
 (0)