Skip to content

Commit a7968f2

Browse files
authored
Clean up <system_error> functions page
1 parent 421e86a commit a7968f2

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

docs/standard-library/system-error-functions.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: <system_error> functions"
32
title: "<system_error> functions"
3+
description: "Learn more about: <system_error> functions"
44
ms.date: "03/15/2019"
55
f1_keywords: ["system_error/std::generic_category", "system_error/std::make_error_code", "system_error/std::make_error_condition", "system_error/std::system_category"]
6-
ms.assetid: 57d6f15f-f0b7-4e2f-80fe-31d3c320ee33
76
helpviewer_keywords: ["std::generic_category", "std::make_error_code", "std::make_error_condition", "std::system_category"]
87
---
98
# `<system_error>` functions
@@ -18,7 +17,7 @@ const error_category& generic_category() noexcept;
1817

1918
### Remarks
2019

21-
The `generic_category` object is an implementation of [error_category](../standard-library/error-category-class.md).
20+
The `generic_category` object is an implementation of [error_category](error-category-class.md).
2221

2322
## <a name="is_error_code_enum_v"></a> is_error_code_enum_v
2423

@@ -55,8 +54,6 @@ The `std::errc` enumeration value to store in the error code object.
5554
5655
The error code object.
5756
58-
### Remarks
59-
6057
## <a name="make_error_condition"></a> make_error_condition
6158
6259
Creates an error condition object.
@@ -74,8 +71,6 @@ The `std::errc` enumeration value to store in the error condition object.
7471

7572
The error condition object.
7673

77-
### Remarks
78-
7974
## <a name="system_category"></a> system_category
8075

8176
Represents the category for operating system errors.
@@ -86,4 +81,4 @@ const error_category& system_category() noexcept;
8681

8782
### Remarks
8883

89-
The `system_category` object is an implementation of [error_category](../standard-library/error-category-class.md).
84+
The `system_category` object is an implementation of [error_category](error-category-class.md).

0 commit comments

Comments
 (0)