From e85c02aad1e05a24ef31ed0ae5aeffa66619064a Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Thu, 25 Jan 2001 12:11:23 +0000 Subject: [PATCH] Slightly re-word sentence to allow using .Nm macro without parameter --- usr.bin/false/false.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index 45e030753a7d..d9330b6d2dc1 100644 --- a/usr.bin/false/false.1 +++ b/usr.bin/false/false.1 @@ -44,7 +44,8 @@ .Sh SYNOPSIS .Nm .Sh DESCRIPTION -.Nm False +The command +.Nm 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.