diff options
author | charnier <charnier@FreeBSD.org> | 1997-08-18 07:25:50 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-08-18 07:25:50 +0000 |
commit | 188deefee801bb0ba77a60dc42ecb1cb08fe4871 (patch) | |
tree | d442c99fc56a4102e79fe1a3667476d73b2db041 /usr.bin/true | |
parent | 6473d1562f92e0491dd572238d97e2811c586902 (diff) | |
download | FreeBSD-src-188deefee801bb0ba77a60dc42ecb1cb08fe4871.zip FreeBSD-src-188deefee801bb0ba77a60dc42ecb1cb08fe4871.tar.gz |
Nm true -> Nm.
Diffstat (limited to 'usr.bin/true')
-rw-r--r-- | usr.bin/true/true.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1 index cbdb103..f0a171b4 100644 --- a/usr.bin/true/true.1 +++ b/usr.bin/true/true.1 @@ -41,7 +41,7 @@ .Nm true .Nd return true value .Sh SYNOPSIS -.Nm true +.Nm .Sh DESCRIPTION .Nm True is normally used in a Bourne shell script. @@ -54,9 +54,9 @@ tests for the appropriate status "false" before running .Xr sh 1 .Sh DIAGNOSTICS The -.Nm true +.Nm utility always returns with exit code zero. .Sh STANDARDS The -.Nm true +.Nm function is expected to be POSIX 1003.2 compatible. |