From Jason Turner

[syserr.errcat.objects]

Diff to HTML by rtfpessoa

tmp/tmp3ua4n1oe/{from.md → to.md} RENAMED
@@ -28,10 +28,12 @@ function shall return a pointer to the string `"system"`. The object’s
28
 
29
  If the argument `ev` corresponds to a POSIX `errno` value `posv`, the
30
  function shall return `error_condition(posv, generic_category())`.
31
  Otherwise, the function shall return
32
  `error_condition(ev, system_category())`. What constitutes
33
- correspondence for any given operating system is unspecified. The number
34
- of potential system error codes is large and unbounded, and some may not
35
- correspond to any POSIX `errno` value. Thus implementations are given
36
- latitude in determining correspondence.
 
 
37
 
 
28
 
29
  If the argument `ev` corresponds to a POSIX `errno` value `posv`, the
30
  function shall return `error_condition(posv, generic_category())`.
31
  Otherwise, the function shall return
32
  `error_condition(ev, system_category())`. What constitutes
33
+ correspondence for any given operating system is unspecified.
34
+
35
+ [*Note 1*: The number of potential system error codes is large and
36
+ unbounded, and some may not correspond to any POSIX `errno` value. Thus
37
+ implementations are given latitude in determining
38
+ correspondence. — *end note*]
39