From 020a8e3a9bab589056342f258107cd1e593678aa Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Thu, 25 Jan 2001 12:10:57 +0000 Subject: [PATCH] Slightly re-word sentence to allow using .Nm macro without parameter Use .St macro instead of hardcoding standard name --- usr.bin/true/true.1 | 10 ++++++---- 1 file 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.