logo

cross-unix-documentation

documentation of similarities and (noteworthy) differencies between Unix systems
commit: 1fa4494ee16bdbfbb5a4de9869984db67db71ee9
parent: ff5fc571eb5c75bf646224f882e2285895422b0a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 28 Jun 2020 21:38:57 +0200

true.1x: Found a way to make GNU true fail

Diffstat:

Mman1x/true.1x8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/man1x/true.1x b/man1x/true.1x @@ -27,7 +27,13 @@ doesn't ignore .Fl -help and .Fl -version -which could lead to bugs or unexpected behaviour. +which could lead to bugs or unexpected behaviour. Such as: +.Bd -literal +$ /bin/true --help > /dev/full +/bin/true: write error: No space left on device +$ echo $? +1 +.Ed .Sh SOURCE GNU coreutils 8.30 .Sh AUTHORS