Skip to content

Commit 8445fa7

Browse files
authored
BULK FIX: CRT F1 updates, part 1 of many (MicrosoftDocs#4584)
* BULK FIX: CRT F1 updates, part 1 of many * Fix some helpviewer entries
1 parent 374ebe9 commit 8445fa7

32 files changed

+37
-39
lines changed

docs/c-runtime-library/abnormal-termination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_name: ["_abnormal_termination"]
66
api_location: ["msvcr110.dll", "msvcr110_clr0400.dll", "msvcr90.dll", "msvcr120.dll", "msvcrt.dll", "msvcr80.dll", "msvcr100.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
9-
f1_keywords: ["_abnormal_termination"]
9+
f1_keywords: ["_abnormal_termination", "EXCPT/_abnormal_termination"]
1010
helpviewer_keywords: ["_abnormal_termination"]
1111
ms.assetid: 952970a4-9586-4c3d-807a-db729448c91c
1212
---

docs/c-runtime-library/acmdln-tcmdln-wcmdln.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_name: ["_wcmdln", "_acmdln"]
66
api_location: ["msvcrt.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
9-
f1_keywords: ["_acmdln", "acmdln", "_wcmdln", "wcmdln", "_tcmdln", "tcmdln"]
9+
f1_keywords: ["_acmdln", "_wcmdln", "_tcmdln"]
1010
helpviewer_keywords: ["_wcmdln global variable", "wcmdln global variable", "_acmdln global variable", "_tcmdln global variable", "tcmdln global variable", "acmdln global variable"]
1111
ms.assetid: 4fc0a6a0-3f93-420a-a19f-5276061ba539
1212
---

docs/c-runtime-library/ansi-c-compliance.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "ANSI C Conformance"
33
description: "An overview of Microsoft C runtime naming conventions for ANSI C conformance."
44
ms.date: "11/04/2016"
55
ms.topic: "conceptual"
6-
f1_keywords: ["Ansi"]
76
helpviewer_keywords: ["underscores, leading", "compatibility [C++], ANSI C", "conformance with ANSI C", "conventions [C++], Microsoft extensions", "underscores", "naming conventions [C++], Microsoft library", "ANSI [C++], C standard", "Microsoft extensions naming conventions"]
87
ms.assetid: 6be271bf-eecf-491a-a928-0ee2dd60e3b9
98
---

docs/c-runtime-library/argc-argv-wargv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_name: ["__wargv", "__argv", "__argc"]
66
api_location: ["msvcrt120.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
9-
f1_keywords: ["__argv", "__argc", "__wargv"]
9+
f1_keywords: ["__argc", "STDLIB/__argc", "__argv", "STDLIB/__argv", "__wargv", "STDLIB/__wargv"]
1010
helpviewer_keywords: ["__argv", "__wargv", "__argc"]
1111
ms.assetid: 17001b0a-04ad-4762-b3a6-c54847f02d7c
1212
no-loc: [__argc, __argv, __wargv, main, wmain]

docs/c-runtime-library/bufsiz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: BUFSIZ"
33
title: "BUFSIZ"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["BUFSIZ"]
5+
f1_keywords: ["BUFSIZ", "STDIO/BUFSIZ"]
66
helpviewer_keywords: ["BUFSIZ constant"]
77
ms.assetid: 94ac04a3-d154-476b-bd89-eefbc7b949ae
88
---

docs/c-runtime-library/byte-and-wide-streams.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Byte and Wide Streams"
33
description: "An overview of byte streams in the Microsoft C runtime library."
44
ms.date: "11/04/2016"
55
ms.topic: "conceptual"
6-
f1_keywords: ["Byte and Wide Streams"]
76
helpviewer_keywords: ["byte streams", "wide streams"]
87
ms.assetid: 61ef0587-4cbc-4eb8-aae5-4c298dbbc6f9
98
---

docs/c-runtime-library/clocks-per-sec-clk-tck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: CLOCKS_PER_SEC, CLK_TCK"
33
title: "CLOCKS_PER_SEC, CLK_TCK"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["CLOCKS_PER_SEC", "CLK_TCK"]
5+
f1_keywords: ["CLOCKS_PER_SEC", "TIME/CLOCKS_PER_SEC", "CLK_TCK", "TIME/CLK_TCK"]
66
helpviewer_keywords: ["CLOCKS_PER_SEC", "CLK_TCK constant"]
77
ms.assetid: bc285106-383d-44cb-91bf-276ad7de57bf
88
---

docs/c-runtime-library/constant-and-global-variable-mappings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
description: "Learn more about: Constant and Global Variable Mappings"
33
title: "Constant and Global Variable Mappings"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["_tenviron", "_TEOF", "_tfinddata_t"]
6-
helpviewer_keywords: ["tfinddatat function", "tenviron function", "TEOF type", "_TEOF type", "generic-text mappings", "_tenviron function", "_tfinddata_t function"]
5+
f1_keywords: ["_tenviron", "TCHAR/_tenviron", "_TEOF", "TCHAR/_TEOF", "_tpgmptr", "TCHAR/_tpgmptr"]
6+
helpviewer_keywords: ["_tenviron global constant", "_TEOF global constant", "_tpgmptr global constant"]
77
ms.assetid: 3af4fd3e-9ed5-4ed9-96fd-7031e5126fd1
88
---
99
# Constant and global variable mappings

docs/c-runtime-library/controlling-streams.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Controlling Streams"
33
description: "An overview of working with streams in the Microsoft C runtime library."
44
ms.date: "11/04/2016"
55
ms.topic: "conceptual"
6-
f1_keywords: ["Controlling Streams"]
76
helpviewer_keywords: ["streams, controlling", "controlling streams", "streams"]
87
ms.assetid: 267e9013-9afc-45f6-91e3-ca093230d9d9
98
---

docs/c-runtime-library/crt-disable-perfcrit-locks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: _CRT_DISABLE_PERFCRIT_LOCKS"
33
title: "_CRT_DISABLE_PERFCRIT_LOCKS"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["_CRT_DISABLE_PERFCRIT_LOCKS", "CRT_DISABLE_PERFCRIT_LOCKS"]
5+
f1_keywords: ["_CRT_DISABLE_PERFCRIT_LOCKS"]
66
helpviewer_keywords: ["CRT_DISABLE_PERFCRIT_LOCKS constant", "_CRT_DISABLE_PERFCRIT_LOCKS constant"]
77
ms.assetid: 36cc2d86-cdb1-4b2b-a03c-c0d3818e7c6f
88
---

0 commit comments

Comments
 (0)