aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/true
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2001-01-25 13:13:55 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2001-01-25 13:13:55 +0000
commit8b32114bd4adc9bbaaeaf5cdfcae01cc62ac4640 (patch)
treeb80beefde3ff0e9bb578782b6d25402acf3d835d /usr.bin/true
parenta138e28335a6113516baa02baea542556c456b36 (diff)
Notes
Diffstat (limited to 'usr.bin/true')
-rw-r--r--usr.bin/true/true.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1
index 04bb3024f095..5480478a7752 100644
--- a/usr.bin/true/true.1
+++ b/usr.bin/true/true.1
@@ -44,9 +44,9 @@
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
-The command
+The
.Nm
-is normally used in a Bourne shell script.
+command is normally used in a Bourne shell script.
It tests for the appropriate status "false" before running
(or failing to run) a list of commands.
.Sh SEE ALSO