diff options
author | phantom <phantom@FreeBSD.org> | 2001-01-25 13:13:55 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2001-01-25 13:13:55 +0000 |
commit | cc0609f430e7daa4b50840ffa3c84a3929ac9f15 (patch) | |
tree | f820f2026a3cdde74e086fa8891ac221d110eba3 /usr.bin/false | |
parent | adc8a8326dba1df1fd250baf0ed39fa4a045f1fc (diff) | |
download | FreeBSD-src-cc0609f430e7daa4b50840ffa3c84a3929ac9f15.zip FreeBSD-src-cc0609f430e7daa4b50840ffa3c84a3929ac9f15.tar.gz |
Fix typo
Diffstat (limited to 'usr.bin/false')
-rw-r--r-- | usr.bin/false/false.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index d9330b6..1e053f0 100644 --- a/usr.bin/false/false.1 +++ b/usr.bin/false/false.1 @@ -44,9 +44,9 @@ .Sh SYNOPSIS .Nm .Sh DESCRIPTION -The command +The .Nm -is usually used in a Bourne shell script. +command is usually used in a Bourne shell script. It tests for the appropriate status "false" before running (or failing to run) a list of commands. .Pp |