aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/true
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/true')
-rw-r--r--usr.bin/true/true.110
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1
index 1eee432284c2..04bb3024f095 100644
--- a/usr.bin/true/true.1
+++ b/usr.bin/true/true.1
@@ -44,10 +44,10 @@
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
-.Nm True
+The command
+.Nm
is normally used in a Bourne shell script.
-.Nm True
-tests for the appropriate status "false" before running
+It tests for the appropriate status "false" before running
(or failing to run) a list of commands.
.Sh SEE ALSO
.Xr csh 1 ,
@@ -60,4 +60,6 @@ utility always returns with exit code zero.
.Sh STANDARDS
The
.Nm
-function is expected to be POSIX 1003.2 compatible.
+function is expected to be
+.St -p1003.2
+compatible.