File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Sources/Testing/ExitTests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ extension ExitTest.Condition {
105
105
/// | Platform | Header |
106
106
/// |-|-|
107
107
/// | macOS | [`<stdlib.h>`](https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/_Exit.3.html), [`<sysexits.h>`](https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/sysexits.3.html) |
108
- /// | Linux | [`<stdlib.h>`](https://sourceware. org/glibc/manual/latest/html_node/Exit-Status. html), `<sysexits.h>` |
108
+ /// | Linux | [`<stdlib.h>`](https://www.kernel. org/doc/man-pages/online/pages/man3/exit.3. html), [ `<sysexits.h>`](https://www.kernel.org/doc/man-pages/online/pages/man3/sysexits.h.3head.html) |
109
109
/// | FreeBSD | [`<stdlib.h>`](https://man.freebsd.org/cgi/man.cgi?exit(3)), [`<sysexits.h>`](https://man.freebsd.org/cgi/man.cgi?sysexits(3)) |
110
110
/// | OpenBSD | [`<stdlib.h>`](https://man.openbsd.org/exit.3), [`<sysexits.h>`](https://man.openbsd.org/sysexits.3) |
111
111
/// | Windows | [`<stdlib.h>`](https://learn.microsoft.com/en-us/cpp/c-runtime-library/exit-success-exit-failure) |
@@ -143,7 +143,7 @@ extension ExitTest.Condition {
143
143
/// | Platform | Header |
144
144
/// |-|-|
145
145
/// | macOS | [`<signal.h>`](https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/signal.3.html) |
146
- /// | Linux | [`<signal.h>`](https://sourceware. org/glibc/manual/latest/html_node/Standard-Signals .html) |
146
+ /// | Linux | [`<signal.h>`](https://www.kernel. org/doc/man-pages/online/pages/man7/signal.7 .html) |
147
147
/// | FreeBSD | [`<signal.h>`](https://man.freebsd.org/cgi/man.cgi?signal(3)) |
148
148
/// | OpenBSD | [`<signal.h>`](https://man.openbsd.org/signal.3) |
149
149
/// | Windows | [`<signal.h>`](https://learn.microsoft.com/en-us/cpp/c-runtime-library/signal-constants) |
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public enum StatusAtExit: Sendable {
38
38
/// | Platform | Header |
39
39
/// |-|-|
40
40
/// | macOS | [`<stdlib.h>`](https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/_Exit.3.html), [`<sysexits.h>`](https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/sysexits.3.html) |
41
- /// | Linux | [`<stdlib.h>`](https://sourceware. org/glibc/manual/latest/html_node/Exit-Status. html), `<sysexits.h>` |
41
+ /// | Linux | [`<stdlib.h>`](https://www.kernel. org/doc/man-pages/online/pages/man3/exit.3. html), [ `<sysexits.h>`](https://www.kernel.org/doc/man-pages/online/pages/man3/sysexits.h.3head.html) |
42
42
/// | FreeBSD | [`<stdlib.h>`](https://man.freebsd.org/cgi/man.cgi?exit(3)), [`<sysexits.h>`](https://man.freebsd.org/cgi/man.cgi?sysexits(3)) |
43
43
/// | OpenBSD | [`<stdlib.h>`](https://man.openbsd.org/exit.3), [`<sysexits.h>`](https://man.openbsd.org/sysexits.3) |
44
44
/// | Windows | [`<stdlib.h>`](https://learn.microsoft.com/en-us/cpp/c-runtime-library/exit-success-exit-failure) |
@@ -69,7 +69,7 @@ public enum StatusAtExit: Sendable {
69
69
/// | Platform | Header |
70
70
/// |-|-|
71
71
/// | macOS | [`<signal.h>`](https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/signal.3.html) |
72
- /// | Linux | [`<signal.h>`](https://sourceware. org/glibc/manual/latest/html_node/Standard-Signals .html) |
72
+ /// | Linux | [`<signal.h>`](https://www.kernel. org/doc/man-pages/online/pages/man7/signal.7 .html) |
73
73
/// | FreeBSD | [`<signal.h>`](https://man.freebsd.org/cgi/man.cgi?signal(3)) |
74
74
/// | OpenBSD | [`<signal.h>`](https://man.openbsd.org/signal.3) |
75
75
/// | Windows | [`<signal.h>`](https://learn.microsoft.com/en-us/cpp/c-runtime-library/signal-constants) |
You can’t perform that action at this time.
0 commit comments