mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Slightly re-word sentence to allow using .Nm macro without parameter
Use .St macro instead of hardcoding standard name
This commit is contained in:
parent
e28bc5f477
commit
020a8e3a9b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71624
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user