aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/false
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
commit8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32 (patch)
tree8a144320be53313e4213c190a32070d087be10c3 /usr.bin/false
parent4b66483fd8b6ec9417916966c646abfeac99278c (diff)
downloadsrc-8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32.tar.gz
src-8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32.zip
Notes
Diffstat (limited to 'usr.bin/false')
-rw-r--r--usr.bin/false/false.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1
index 28339d3b761f..45e030753a7d 100644
--- a/usr.bin/false/false.1
+++ b/usr.bin/false/false.1
@@ -42,7 +42,7 @@
.Nm false
.Nd return false value
.Sh SYNOPSIS
-.Nm false
+.Nm
.Sh DESCRIPTION
.Nm False
is usually used in a Bourne shell script.
@@ -50,7 +50,7 @@ It tests for the appropriate status "false" before running
(or failing to run) a list of commands.
.Pp
The
-.Nm false
+.Nm
utility always exits with a value other than zero.
.Sh SEE ALSO
.Xr csh 1 ,
@@ -58,7 +58,7 @@ utility always exits with a value other than zero.
.Xr true 1
.Sh STANDARDS
The
-.Nm false
+.Nm
utility is expected to be
.St -p1003.2
compatible.