diff options
-rw-r--r-- | usr.bin/false/false.1 | 2 | ||||
-rw-r--r-- | 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 bde0ad4..415ec58 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 d7599f8..5068d0c 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. |