Skip to content

Commit a42b1de

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
formatting fixes
1 parent a3010ec commit a42b1de

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/linux/connectionmanager-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The functionality of ConnectionManager.exe is also available in Visual Studio. T
2323

2424
## Syntax
2525

26-
> **ConnectionManager.exe** *command* \[*arguments*] \[*options*]
26+
> **`ConnectionManager.exe`** *command* \[*arguments*] \[*options*]
2727
2828
### Commands and arguments
2929

@@ -47,7 +47,7 @@ The functionality of ConnectionManager.exe is also available in Visual Studio. T
4747

4848
Deletes header cache for connections that no longer exist.
4949

50-
- **`list`** \[`**`--properties`**`]
50+
- **`list`** \[**`--properties`**]
5151

5252
Displays information, IDs, and properties of all stored connections.
5353

@@ -79,7 +79,7 @@ The functionality of ConnectionManager.exe is also available in Visual Studio. T
7979

8080
- **`--no-telemetry`**
8181

82-
Disable sending usage data back to Microsoft. Usage data is collected and sent back to Microsoft unless the **--no-telemetry** flag is passed.
82+
Disable sending usage data back to Microsoft. Usage data is collected and sent back to Microsoft unless the **`--no-telemetry`** flag is passed.
8383

8484
- **`-n`**, **`--dry-run`**
8585

docs/linux/linux-asan-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ You can install the ASan debug bits on Linux distros that use apt with the follo
7979
sudo apt-get install libasan4-dbg
8080
```
8181

82-
Full intructions for installing debug symbol packages on Ubuntu can be found [here](https://wiki.ubuntu.com/Debug%20Symbol%20Packages).
82+
Full instructions for installing debug symbol packages on Ubuntu can be found at [Debug symbol packages](https://wiki.ubuntu.com/Debug%20Symbol%20Packages).
8383

8484
If ASan is enabled, Visual Studio prompts you at the top of the **Debug** pane of the **Output** window to install the ASan debug symbols.

0 commit comments

Comments
 (0)