File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/Testing/ExitTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public enum ExitCondition: Sendable {
42
42
/// |-|-|
43
43
/// | 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) |
44
44
/// | Linux | [`<stdlib.h>`](https://sourceware.org/glibc/manual/latest/html_node/Exit-Status.html), `<sysexits.h>` |
45
- /// | FreeBSD | `<stdlib.h>`, `<sysexits.h>` |
45
+ /// | FreeBSD | [ `<stdlib.h>`](https://man.freebsd.org/cgi/man.cgi?exit(3)), [ `<sysexits.h>`](https://man.freebsd.org/cgi/man.cgi?sysexits(3)) |
46
46
/// | Windows | [`<stdlib.h>`](https://learn.microsoft.com/en-us/cpp/c-runtime-library/exit-success-exit-failure) |
47
47
///
48
48
/// On macOS, FreeBSD, and Windows, the full exit code reported by the process
@@ -63,7 +63,7 @@ public enum ExitCondition: Sendable {
63
63
/// |-|-|
64
64
/// | macOS | [`<signal.h>`](https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/signal.3.html) |
65
65
/// | Linux | [`<signal.h>`](https://sourceware.org/glibc/manual/latest/html_node/Standard-Signals.html) |
66
- /// | FreeBSD | `<signal.h>` |
66
+ /// | FreeBSD | [ `<signal.h>`](https://man.freebsd.org/cgi/man.cgi?signal(3)) |
67
67
/// | Windows | [`<signal.h>`](https://learn.microsoft.com/en-us/cpp/c-runtime-library/signal-constants) |
68
68
///
69
69
/// On Windows, by default, the C runtime will terminate a process with exit
You can’t perform that action at this time.
0 commit comments