File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Default ``bind_ip`` for RPM and DEB Packages
59
59
60
60
In the packages provided by 10gen for MongoDB in RPM (Red Hat, CentOS,
61
61
Fedora Linux, and derivatives) and DEB (Debian, Ubuntu, and
62
- derivatives,) the default :setting:`bind_ip` value attaches MongoDB
62
+ derivatives), the default :setting:`bind_ip` value attaches MongoDB
63
63
components to the localhost interface *only*. These packages set this
64
64
default in the default configuration file
65
65
(i.e. ``/etc/mongodb.conf``.)
@@ -677,7 +677,7 @@ build *had* to finish building before :program:`mongod` shutdown.
677
677
678
678
To disable this behavior the 2.5 series adds a new run time option,
679
679
:setting:`noIndexBuildRetry` (or via, ``--noIndexBuildRetry`` on the
680
- command line,) for :program:`mongod`. :setting:`noIndexBuildRetry`
680
+ command line), for :program:`mongod`. :setting:`noIndexBuildRetry`
681
681
prevents :program:`mongod` from continuing rebuilding indexes that did
682
682
not finished building when the :program:`mongod` last shut down.
683
683
You can’t perform that action at this time.
0 commit comments