diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2001-01-25 13:13:55 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2001-01-25 13:13:55 +0000 |
commit | 8b32114bd4adc9bbaaeaf5cdfcae01cc62ac4640 (patch) | |
tree | b80beefde3ff0e9bb578782b6d25402acf3d835d /usr.bin/false | |
parent | a138e28335a6113516baa02baea542556c456b36 (diff) | |
download | src-test2-8b32114bd4adc9bbaaeaf5cdfcae01cc62ac4640.tar.gz src-test2-8b32114bd4adc9bbaaeaf5cdfcae01cc62ac4640.zip |
Notes
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 d9330b6d2dc1..1e053f011cda 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 |