Skip to content

Commit 58b48fc

Browse files
authored
DOCSP-31025 June 404s: v7.0 docs (#3484) (#3488)
* DOCSP-31025 June 404s: v7.0 docs * fixes * more fixes
1 parent 545fb5a commit 58b48fc

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

source/reference/connection-string.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,7 @@ Alternatively, you can also use the equivalent :urioption:`ssl=true
477477

478478
If the :binary:`mongosh` shell specifies additional
479479
:mongosh:`tls/ssl <mongosh-tls>` options from the
480-
command-line, use the :mongosh:`--tls <mongosh --tls>`
481-
command-line option instead.
480+
command-line, use the ``--tls`` command-line option instead.
482481

483482
.. versionadded:: 4.2
484483

source/reference/log-messages.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -788,12 +788,11 @@ examples that filter on the component field.
788788
Client Data
789789
~~~~~~~~~~~
790790

791-
:driver:`MongoDB drivers </> and
792-
client applications (including :binary:`~bin.mongosh`) have the
793-
ability to send identifying information at the time of connection to the
794-
server. After the connection is established, the client does not send
795-
the identifying information again unless the connection is dropped
796-
and reestablished.
791+
:driver:`MongoDB Drivers </>` and client applications (including
792+
:binary:`~bin.mongosh`) have the ability to send identifying information at the
793+
time of connection to the server. After the connection is established, the
794+
client does not send the identifying information again unless the connection is
795+
dropped and reestablished.
797796

798797
This identifying information is contained in the **attributes**
799798
field of the log entry. The exact information included varies by client.

0 commit comments

Comments
 (0)