diff --git a/source/reference/configuration-options.txt b/source/reference/configuration-options.txt index fd741709eed..9ff37013405 100644 --- a/source/reference/configuration-options.txt +++ b/source/reference/configuration-options.txt @@ -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 diff --git a/source/reference/mongod.txt b/source/reference/mongod.txt index 2e8ab4f9ee1..a044c8b2a12 100644 --- a/source/reference/mongod.txt +++ b/source/reference/mongod.txt @@ -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 diff --git a/source/reference/mongos.txt b/source/reference/mongos.txt index f2fe620256e..5c4875aaae5 100644 --- a/source/reference/mongos.txt +++ b/source/reference/mongos.txt @@ -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 diff --git a/source/tutorial/backup-sharded-cluster-with-filesystem-snapshots.txt b/source/tutorial/backup-sharded-cluster-with-filesystem-snapshots.txt index f5c5cdde497..45b02327b78 100644 --- a/source/tutorial/backup-sharded-cluster-with-filesystem-snapshots.txt +++ b/source/tutorial/backup-sharded-cluster-with-filesystem-snapshots.txt @@ -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