Skip to content

Commit 8874761

Browse files
author
Colin Robertson
committed
tweak content
1 parent b35ecad commit 8874761

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/build/reference/linkrepro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ Once you've generated the link repro, open this property page again to remove th
4343
## See also
4444

4545
[MSVC linker reference](linking.md)\
46-
[MSVC Linker Options](linker-options.md)\
46+
[MSVC linker options](linker-options.md)\
4747
[/LINKREPROTARGET](linkreprotarget.md)

docs/build/reference/linkreprotarget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ The **/LINKREPRO** and [/OUT](out-output-file-name.md) options must be set for
4343
## See also
4444

4545
[MSVC linker reference](linking.md)\
46-
[MSVC Linker Options](linker-options.md)\
46+
[MSVC linker options](linker-options.md)\
4747
[/LINKREPRO](linkrepro.md)

docs/build/reference/overview-of-lib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can use LIB in the following modes:
2020

2121
These modes are mutually exclusive; you can use LIB in only one mode at a time.
2222

23-
## LIB Options
23+
## LIB options
2424

2525
The following table lists the options for lib.exe, with a link to more information.
2626

docs/build/reference/running-lib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ An option consists of an option specifier, which is either a dash (**-**) or a f
3232

3333
The following options apply to all modes of LIB:
3434

35-
> **/ERRORREPORT** [**NONE** | **PROMPT** | **QUEUE** | **SEND**]
35+
> **/ERRORREPORT** \[**NONE** | **PROMPT** | **QUEUE** | **SEND**]
3636
3737
If lib.exe fails at runtime, you can use **/ERRORREPORT** to send information to Microsoft about these internal errors.
3838

0 commit comments

Comments
 (0)