mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 6 additions and 4 deletions
|
|
@ -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 a new issue