From 36322dbe427739394b5abc8a7f3d22a330944dae Mon Sep 17 00:00:00 2001 From: Jonathan Grynspan Date: Tue, 17 Sep 2024 12:38:04 -0400 Subject: [PATCH] Add manpage links for FreeBSD headers mentioned in documentation. Follow-up to #685. Add links to FreeBSD manpages on freebsd.org for the header files we mention in our exit test documentation. --- Sources/Testing/ExitTests/ExitCondition.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Testing/ExitTests/ExitCondition.swift b/Sources/Testing/ExitTests/ExitCondition.swift index 946374b39..75d13ea75 100644 --- a/Sources/Testing/ExitTests/ExitCondition.swift +++ b/Sources/Testing/ExitTests/ExitCondition.swift @@ -42,7 +42,7 @@ public enum ExitCondition: Sendable { /// |-|-| /// | macOS | [``](https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/_Exit.3.html), [``](https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/sysexits.3.html) | /// | Linux | [``](https://sourceware.org/glibc/manual/latest/html_node/Exit-Status.html), `` | - /// | FreeBSD | ``, `` | + /// | FreeBSD | [``](https://man.freebsd.org/cgi/man.cgi?exit(3)), [``](https://man.freebsd.org/cgi/man.cgi?sysexits(3)) | /// | Windows | [``](https://learn.microsoft.com/en-us/cpp/c-runtime-library/exit-success-exit-failure) | /// /// On macOS, FreeBSD, and Windows, the full exit code reported by the process @@ -63,7 +63,7 @@ public enum ExitCondition: Sendable { /// |-|-| /// | macOS | [``](https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/signal.3.html) | /// | Linux | [``](https://sourceware.org/glibc/manual/latest/html_node/Standard-Signals.html) | - /// | FreeBSD | `` | + /// | FreeBSD | [``](https://man.freebsd.org/cgi/man.cgi?signal(3)) | /// | Windows | [``](https://learn.microsoft.com/en-us/cpp/c-runtime-library/signal-constants) | /// /// On Windows, by default, the C runtime will terminate a process with exit