Slightly re-word sentence to allow using .Nm macro without parameter

Use .St macro instead of hardcoding standard name
This commit is contained in:
Alexey Zelkin 2001-01-25 12:10:57 +00:00
parent e28bc5f477
commit 020a8e3a9b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71624

View File

@ -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.