@@ -460,12 +460,12 @@ system error.
460460* {number}
461461
462462The ` error.errno ` property is a negative number which corresponds
463- to the error code defined in [ ` libuv Error handling ` ] .
463+ to the error code defined in [ ` libuv Error handling ` ] [ ] .
464464
465465On Windows the error number provided by the system will be normalized by libuv.
466466
467467To get the string representation of the error code, use
468- [ ` util.getSystemErrorName(error.errno) ` ] .
468+ [ ` util.getSystemErrorName(error.errno) ` ] [ ] .
469469
470470### error.info
471471
@@ -1285,8 +1285,8 @@ semantics for determining whether a path can be used is platform-dependent.
12851285### ERR_INVALID_HANDLE_TYPE
12861286
12871287An attempt was made to send an unsupported "handle" over an IPC communication
1288- channel to a child process. See [ ` subprocess.send() ` ] and [ ` process.send() ` ] for
1289- more information.
1288+ channel to a child process. See [ ` subprocess.send() ` ] [ ] and [ ` process.send() ` ] [ ]
1289+ for more information.
12901290
12911291<a id =" ERR_INVALID_HTTP_TOKEN " ></a >
12921292### ERR_INVALID_HTTP_TOKEN
@@ -1438,36 +1438,36 @@ for more information.
14381438### ERR_MANIFEST_ASSERT_INTEGRITY
14391439
14401440An attempt was made to load a resource, but the resource did not match the
1441- integrity defined by the policy manifest. See the documentation for [ policy]
1441+ integrity defined by the policy manifest. See the documentation for [ policy] [ ]
14421442manifests for more information.
14431443
14441444<a id =" ERR_MANIFEST_DEPENDENCY_MISSING " ></a >
14451445### ERR_MANIFEST_DEPENDENCY_MISSING
14461446
14471447An attempt was made to load a resource, but the resource was not listed as a
14481448dependency from the location that attempted to load it. See the documentation
1449- for [ policy] manifests for more information.
1449+ for [ policy] [ ] manifests for more information.
14501450
14511451<a id =" ERR_MANIFEST_INTEGRITY_MISMATCH " ></a >
14521452### ERR_MANIFEST_INTEGRITY_MISMATCH
14531453
14541454An attempt was made to load a policy manifest, but the manifest had multiple
14551455entries for a resource which did not match each other. Update the manifest
14561456entries to match in order to resolve this error. See the documentation for
1457- [ policy] manifests for more information.
1457+ [ policy] [ ] manifests for more information.
14581458
14591459<a id =" ERR_MANIFEST_INVALID_RESOURCE_FIELD " ></a >
14601460### ERR_MANIFEST_INVALID_RESOURCE_FIELD
14611461
14621462A policy manifest resource had an invalid value for one of its fields. Update
14631463the manifest entry to match in order to resolve this error. See the
1464- documentation for [ policy] manifests for more information.
1464+ documentation for [ policy] [ ] manifests for more information.
14651465
14661466<a id =" ERR_MANIFEST_PARSE_POLICY " ></a >
14671467### ERR_MANIFEST_PARSE_POLICY
14681468
14691469An attempt was made to load a policy manifest, but the manifest was unable to
1470- be parsed. See the documentation for [ policy] manifests for more information.
1470+ be parsed. See the documentation for [ policy] [ ] manifests for more information.
14711471
14721472<a id =" ERR_MANIFEST_TDZ " ></a >
14731473### ERR_MANIFEST_TDZ
@@ -1479,7 +1479,7 @@ initialization has not yet taken place. This is likely a bug in Node.js.
14791479### ERR_MANIFEST_UNKNOWN_ONERROR
14801480
14811481A policy manifest was loaded, but had an unknown value for its "onerror"
1482- behavior. See the documentation for [ policy] manifests for more information.
1482+ behavior. See the documentation for [ policy] [ ] manifests for more information.
14831483
14841484<a id =" ERR_MEMORY_ALLOCATION_FAILED " ></a >
14851485### ERR_MEMORY_ALLOCATION_FAILED
0 commit comments