Nm true -> Nm.

This commit is contained in:
Philippe Charnier 1997-08-18 07:25:50 +00:00
parent af647767ed
commit 14aebc178d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28369

View File

@ -41,7 +41,7 @@
.Nm true .Nm true
.Nd return true value .Nd return true value
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm true .Nm
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm True .Nm True
is normally used in a Bourne shell script. is normally used in a Bourne shell script.
@ -54,9 +54,9 @@ tests for the appropriate status "false" before running
.Xr sh 1 .Xr sh 1
.Sh DIAGNOSTICS .Sh DIAGNOSTICS
The The
.Nm true .Nm
utility always returns with exit code zero. utility always returns with exit code zero.
.Sh STANDARDS .Sh STANDARDS
The The
.Nm true .Nm
function is expected to be POSIX 1003.2 compatible. function is expected to be POSIX 1003.2 compatible.