From 9b90b43db023d2864f81499f0780f514da5d94d2 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 22 Nov 2001 11:05:31 +0000 Subject: [PATCH] Be pedantic; we don't know of any shell that provides "similar but not identical" built-in replacements for false(1) and/or true(1). --- usr.bin/false/false.1 | 2 +- usr.bin/true/true.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index bde0ad47ed5d..415ec580a375 100644 --- a/usr.bin/false/false.1 +++ b/usr.bin/false/false.1 @@ -50,7 +50,7 @@ utility always returns with a non-zero exit code. .Pp Some shells may provide a builtin .Nm -command which is similar or identical to this utility. +command which is identical to this utility. Consult the .Xr builtin 1 manual page. diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1 index d7599f87f0bb..5068d0c93eaa 100644 --- a/usr.bin/true/true.1 +++ b/usr.bin/true/true.1 @@ -50,7 +50,7 @@ utility always returns with an exit code of zero. .Pp Some shells may provide a builtin .Nm -command which is similar or identical to this utility. +command which is identical to this utility. Consult the .Xr builtin 1 manual page.