Skip to content

Commit 72c1f4f

Browse files
committed
Include prose change from #603
1 parent 38be26d commit 72c1f4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/Proposals/NNNN-exit-tests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ public enum ExitCondition: Sendable {
166166
/// | Linux | `<stdlib.h>`, `<sysexits.h>` |
167167
/// | Windows | `<stdlib.h>` |
168168
///
169-
/// On POSIX-like systems including macOS and Linux, only the low unsigned 8
170-
/// bits (0&ndash;255) of the exit code are reliably preserved and reported to
171-
/// a parent process.
169+
/// On macOS and Windows, the full exit code reported by the process is
170+
/// yielded to the parent process. Linux and other POSIX-like systems may only
171+
/// reliably report the low unsigned 8 bits (0&ndash;255) of the exit code.
172172
case exitCode(_ exitCode: CInt)
173173

174174
/// The process terminated with the given signal.

0 commit comments

Comments
 (0)