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 .Sh SYNOPSIS
.Nm .Nm
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm True The command
.Nm
is normally used in a Bourne shell script. is normally used in a Bourne shell script.
.Nm True It tests for the appropriate status "false" before running
tests for the appropriate status "false" before running
(or failing to run) a list of commands. (or failing to run) a list of commands.
.Sh SEE ALSO .Sh SEE ALSO
.Xr csh 1 , .Xr csh 1 ,
@ -60,4 +60,6 @@ utility always returns with exit code zero.
.Sh STANDARDS .Sh STANDARDS
The The
.Nm .Nm
function is expected to be POSIX 1003.2 compatible. function is expected to be
.St -p1003.2
compatible.