Skip to content

Commit 041d2a5

Browse files
committed
SiCodes and SignalNames schema
1 parent 3778ab9 commit 041d2a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/RFCs/artifacts/0011-crashtracker-unified-runtime-stack-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
}
282282
},
283283
"SiCodes": {
284-
"description": "See https://man7.org/linux/man-pages/man2/sigaction.2.html MUST REMAIN IN SYNC WITH THE ENUM IN emit_sigcodes.c",
284+
"description": "See <https://man7.org/linux/man-pages/man2/sigaction.2.html> MUST REMAIN IN SYNC WITH THE ENUM IN emit_sigcodes.c",
285285
"type": "string",
286286
"enum": [
287287
"BUS_ADRALN",
@@ -345,7 +345,7 @@
345345
}
346346
},
347347
"SignalNames": {
348-
"description": "See https://man7.org/linux/man-pages/man7/signal.7.html",
348+
"description": "See <https://man7.org/linux/man-pages/man7/signal.7.html>",
349349
"type": "string",
350350
"enum": [
351351
"SIGHUP",

0 commit comments

Comments
 (0)