summaryrefslogtreecommitdiffstats
path: root/usr.bin/true
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2001-01-25 12:10:57 +0000
committerphantom <phantom@FreeBSD.org>2001-01-25 12:10:57 +0000
commit90e4da387fe67261138ed0eab924dad4ba284eaa (patch)
tree4f1536eff3f8809979b2fb8c3896278aa9fcd44c /usr.bin/true
parent2fda3ddec0c3da0f7f236147acf5c799453a5461 (diff)
downloadFreeBSD-src-90e4da387fe67261138ed0eab924dad4ba284eaa.zip
FreeBSD-src-90e4da387fe67261138ed0eab924dad4ba284eaa.tar.gz
Slightly re-word sentence to allow using .Nm macro without parameter
Use .St macro instead of hardcoding standard name
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 1eee432..04bb302 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.
OpenPOWER on IntegriCloud