Skip to content

Commit 53dd72d

Browse files
committed
DOCSP-13782 content update for Gatsby linking issue
1 parent c31128f commit 53dd72d

File tree

8 files changed

+52
-53
lines changed

8 files changed

+52
-53
lines changed

source/reference/program/mongo.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
.. _mongo:
22

3+
.. only:: (not man)
4+
5+
.. class:: hidden
6+
7+
.. binary:: mongo
8+
9+
.. program:: mongo
10+
311
=========
412
``mongo``
513
=========
@@ -21,12 +29,6 @@
2129
Description
2230
-----------
2331

24-
.. only:: (not man)
25-
26-
.. class:: hidden
27-
28-
.. binary:: mongo
29-
3032
:binary:`~bin.mongo` is an interactive JavaScript shell interface to
3133
MongoDB, which provides a powerful interface for system
3234
administrators as well as a way for developers to test queries and
@@ -99,8 +101,6 @@ Options
99101
Core Options
100102
~~~~~~~~~~~~
101103

102-
.. program:: mongo
103-
104104
.. option:: --shell
105105

106106
Enables the shell interface. If you invoke the :program:`mongo` command

source/reference/program/mongod.exe.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. binary:: mongod.exe
2+
3+
.. program:: mongod.exe
4+
15
==============
26
``mongod.exe``
37
==============
@@ -34,10 +38,6 @@ To install and use :binary:`~bin.mongod.exe`, read the
3438
Options
3539
-------
3640

37-
.. binary:: mongod.exe
38-
39-
.. program:: mongod.exe
40-
4141
.. option:: --install
4242

4343
Installs :program:`mongod.exe` as a Windows Service and exits.

source/reference/program/mongod.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
.. _mongod:
22

3+
.. only:: (not man)
4+
5+
.. class:: hidden
6+
7+
.. binary:: mongod
8+
9+
.. program:: mongod
10+
311
==========
412
``mongod``
513
==========
@@ -38,13 +46,6 @@ your database.
3846
Options
3947
-------
4048

41-
.. only:: (not man)
42-
43-
.. class:: hidden
44-
45-
.. binary:: mongod
46-
47-
4849
.. admonition:: Starting in version 4.2
4950

5051
- .. include:: /includes/extracts/4.2-changes-options-tls-ssl.rst
@@ -61,8 +62,6 @@ Options
6162
Core Options
6263
~~~~~~~~~~~~
6364

64-
.. program:: mongod
65-
6665
.. option:: --help, -h
6766

6867
Returns information on the options and use of :program:`mongod`.

source/reference/program/mongokerberos.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
.. _mongokerberos:
22

3+
.. only:: (not man)
4+
5+
.. class:: hidden
6+
7+
.. binary:: mongokerberos
8+
9+
.. program:: mongokerberos
10+
311
=================
412
``mongokerberos``
513
=================
@@ -267,14 +275,6 @@ above output.
267275
Options
268276
-------
269277

270-
.. only:: (not man)
271-
272-
.. class:: hidden
273-
274-
.. binary:: mongokerberos
275-
276-
.. program:: mongokerberos
277-
278278
.. _mongokeberos-option-server:
279279

280280
.. option:: --server

source/reference/program/mongoldap.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
.. _mongoldap:
22

3+
.. only:: (not man)
4+
5+
.. class:: hidden
6+
7+
.. binary:: mongoldap
8+
9+
.. program:: mongoldap
10+
311
=============
412
``mongoldap``
513
=============
@@ -151,14 +159,6 @@ configuration files are valid, the output might be as follows:
151159
Options
152160
-------
153161

154-
.. only:: (not man)
155-
156-
.. class:: hidden
157-
158-
.. binary:: mongoldap
159-
160-
.. program:: mongoldap
161-
162162
.. option:: --config=<filename>, -f=<filename>
163163

164164
Specifies a configuration file for runtime configuration options.

source/reference/program/mongoreplay.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1+
.. binary:: mongoreplay
2+
3+
.. program:: mongoreplay
4+
15
===============
26
``mongoreplay``
37
===============
48

59
.. default-domain:: mongodb
610

7-
.. binary:: mongoreplay
8-
9-
.. program:: mongoreplay
10-
1111
``mongoreplay`` is a traffic capture and replay tool for MongoDB
1212
that you can use to inspect and record commands sent to a MongoDB
1313
instance, and then replay those commands back onto another host at a

source/reference/program/mongos.exe.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. binary:: mongos.exe
2+
3+
.. program:: mongos.exe
4+
15
==============
26
``mongos.exe``
37
==============
@@ -33,10 +37,6 @@ To install and use :binary:`~bin.mongos.exe`, read the
3337
Options
3438
-------
3539

36-
.. binary:: mongos.exe
37-
38-
.. program:: mongos.exe
39-
4040
.. option:: --install
4141

4242
Installs :program:`mongos.exe` as a Windows Service and exits.

source/reference/program/mongos.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
.. _mongos:
22

3+
.. only:: (not man)
4+
5+
.. class:: hidden
6+
7+
.. binary:: mongos
8+
9+
.. program:: mongos
10+
311
==========
412
``mongos``
513
==========
@@ -47,12 +55,6 @@ Options
4755
.. seealso:: :ref:`conf-file-command-line-mapping`
4856

4957

50-
.. only:: (not man)
51-
52-
.. class:: hidden
53-
54-
.. binary:: mongos
55-
5658
.. admonition:: Starting in version 4.2
5759

5860
- .. include:: /includes/extracts/4.2-changes-options-tls-ssl.rst
@@ -64,8 +66,6 @@ Options
6466
Core Options
6567
~~~~~~~~~~~~
6668

67-
.. program:: mongos
68-
6969
.. option:: --help, -h
7070

7171
Returns information on the options and use of :program:`mongos`.

0 commit comments

Comments
 (0)