diff options
author | ru <ru@FreeBSD.org> | 2001-11-22 11:05:31 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-11-22 11:05:31 +0000 |
commit | e82e55512fc7877ff322274f23d1b703d5bba05a (patch) | |
tree | 79742c2cf968942973fc23cfecddf46765a27d00 /usr.bin/true | |
parent | 9e91ed5c4ed6d58fbca876c5e0b596544b425035 (diff) | |
download | FreeBSD-src-e82e55512fc7877ff322274f23d1b703d5bba05a.zip FreeBSD-src-e82e55512fc7877ff322274f23d1b703d5bba05a.tar.gz |
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).
Diffstat (limited to 'usr.bin/true')
-rw-r--r-- | usr.bin/true/true.1 | 2 |
1 files changed, 1 insertions, 1 deletions
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. |