Skip to content

typo cleanup, DOCS-1234 #723

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/reference/configuration-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Settings

Specifies a TCP port for the :program:`mongod` or :program:`mongos`
instance to listen for client connections. UNIX-like systems
require root access for ports with numbers lower than 1000.
require root access for ports with numbers lower than 1024.

.. setting:: bind_ip

Expand Down
2 changes: 1 addition & 1 deletion source/reference/mongod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Options
port 27017.

UNIX-like systems require root privileges to use ports with numbers
lower than 1000.
lower than 1024.

.. option:: --bind_ip <ip address>

Expand Down
2 changes: 1 addition & 1 deletion source/reference/mongos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Options
port 27017.

UNIX-like systems require root access to access ports with numbers
lower than 1000.
lower than 1024.

.. option:: --bind_ip <ip address>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Create Backup of a Sharded Cluster with Filesystem Snapshots
Overview
--------

This document describes a procure for taking a backup of all
This document describes a procedure for taking a backup of all
components of a sharded cluster. This procedure uses file system
snapshots to capture a copy of the :program:`mongod` instance. An
alternate procedure that uses :program:`mongodump` to create binary
Expand Down