From d1f5c17f5ab79d71825de11c230de8fc863f3f41 Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 2 Feb 2023 03:59:35 +0100 Subject: [PATCH] false: replace "1" with "non-zero" (#9817) which is more in line with POSIX --- pages/common/false.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/false.md b/pages/common/false.md index 4423e7cec..16f2921c2 100644 --- a/pages/common/false.md +++ b/pages/common/false.md @@ -1,8 +1,8 @@ # false -> Returns an exit code of 1. +> Returns a non-zero exit code. > More information: . -- Return an exit code of 1: +- Return a non-zero exit code: `false`