diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-11-22 11:05:31 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-11-22 11:05:31 +0000 |
| commit | 9b90b43db023d2864f81499f0780f514da5d94d2 (patch) | |
| tree | 79742c2cf968942973fc23cfecddf46765a27d00 | |
| parent | ea77a5b4fff3a521dbb4b70575e5b4627c1cec32 (diff) | |
Notes
| -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 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. |
