Skip to content

Commit 22c68a8

Browse files
committed
Fix table header colspan
1 parent 30e3489 commit 22c68a8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/Backtracing.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ triggered automatically by the runtime.
130130
On macOS, we catch crashes and other events using a signal handler. At
131131
time of writing, this is installed for the following signals:
132132

133-
| Signal | | Description | Comment |
134-
|--------|---------|---------------------------|------------------------------------------------------|
135-
| 3 | SIGQUIT | Quit program | |
136-
| 4 | SIGILL | Illegal instruction | |
137-
| 5 | SIGTRAP | Trace trap | |
138-
| 6 | SIGABRT | Abort program | |
139-
| 8 | SIGFPE | Floating point exception | On Intel, integer divide by zero also triggers this. |
140-
| 10 | SIGBUS | Bus error | |
141-
| 11 | SIGSEGV | Segmentation violation | |
133+
| Signal || Description | Comment |
134+
|---------|---------|---------------------------|------------------------------------------------------|
135+
| 3 | SIGQUIT | Quit program | |
136+
| 4 | SIGILL | Illegal instruction | |
137+
| 5 | SIGTRAP | Trace trap | |
138+
| 6 | SIGABRT | Abort program | |
139+
| 8 | SIGFPE | Floating point exception | On Intel, integer divide by zero also triggers this. |
140+
| 10 | SIGBUS | Bus error | |
141+
| 11 | SIGSEGV | Segmentation violation | |
142142

143143
If crash catching is enabled, the signal handler will be installed for
144144
any process that links the Swift runtime. If you replace the handlers

0 commit comments

Comments
 (0)