diff options
author | knu <knu@FreeBSD.org> | 2001-11-20 12:40:38 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-11-20 12:40:38 +0000 |
commit | dbbdb537c13a23e224bd55bee43d364f67710964 (patch) | |
tree | 0f97ea854c60bfdd4c330ab81d15d0770d1c87c4 /usr.bin/true | |
parent | acea47aa1ee6a8636284f5e0e30bfeefed9bb11d (diff) | |
download | FreeBSD-src-dbbdb537c13a23e224bd55bee43d364f67710964.zip FreeBSD-src-dbbdb537c13a23e224bd55bee43d364f67710964.tar.gz |
Add a note that some shells may have the command built-in.
(sh(1) indeed does)
Add a cross-reference to builtin(1).
Diffstat (limited to 'usr.bin/true')
-rw-r--r-- | usr.bin/true/true.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1 index e212e1f..d7599f8 100644 --- a/usr.bin/true/true.1 +++ b/usr.bin/true/true.1 @@ -47,7 +47,15 @@ The .Nm 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. +Consult the +.Xr builtin 1 +manual page. .Sh SEE ALSO +.Xr builtin 1 , .Xr csh 1 , .Xr false 1 , .Xr sh 1 |