summaryrefslogtreecommitdiff
path: root/usr.bin/false
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-11-20 12:40:38 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-11-20 12:40:38 +0000
commit86ccd13850a23ed5f61441ae3acc5608a2bcea56 (patch)
tree0f97ea854c60bfdd4c330ab81d15d0770d1c87c4 /usr.bin/false
parent5849041b6ffd71419ab0dda25371ce4260219307 (diff)
Notes
Diffstat (limited to 'usr.bin/false')
-rw-r--r--usr.bin/false/false.18
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1
index a85c60d5e919..bde0ad47ed5d 100644
--- a/usr.bin/false/false.1
+++ b/usr.bin/false/false.1
@@ -47,7 +47,15 @@
The
.Nm
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.
+Consult the
+.Xr builtin 1
+manual page.
.Sh SEE ALSO
+.Xr builtin 1 ,
.Xr csh 1 ,
.Xr sh 1 ,
.Xr true 1