Skip to content

Commit ac3541f

Browse files
committed
Wordsmithing
1 parent 014d6d7 commit ac3541f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: content/posts/2024-07-30-fish-and-pipestatus.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ and 255 (well, really 0-254, with 255 signaling any out-of-range exit code above
2121
Canonically, an exit status of 0 means success, while any non-zero value indicates an
2222
error.
2323

24-
_Note: Don't make the mistake of thinking 0 means FALSE and 1 means TRUE - that's not
25-
how exit statuses work, and is in fact the exact opposite of what they mean in this
26-
case._
24+
_Note: Don't make the mistake of equating '0' with FALSE / NOT SUCCESSFUL and '1' with
25+
TRUE / SUCCESS - that's not how exit statuses work, and is in fact the **exact
26+
opposite** of what they mean in this case._
2727

2828
According to the [Linux Documentation
2929
Project](https://tldp.org/LDP/abs/html/exitcodes.html), certain exit codes are reserved

0 commit comments

Comments
 (0)