aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/true
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2001-01-25 12:10:57 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2001-01-25 12:10:57 +0000
commit020a8e3a9bab589056342f258107cd1e593678aa (patch)
tree0db8f9934fcf1cf8a4569cb50db231e21912c955 /usr.bin/true
parente28bc5f477bc2b67eb1f0c68ac82d3caddec005a (diff)
downloadsrc-020a8e3a9bab589056342f258107cd1e593678aa.tar.gz
src-020a8e3a9bab589056342f258107cd1e593678aa.zip
Slightly re-word sentence to allow using .Nm macro without parameter
Use .St macro instead of hardcoding standard name
Notes
Notes: svn path=/head/; revision=71624
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.