aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/true/true.1
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-08-18 07:25:50 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-08-18 07:25:50 +0000
commit14aebc178de8a3b59e37b6cc02010be9cacd3dbf (patch)
tree083563583f706040c2f20efcc22d961a3f4e918b /usr.bin/true/true.1
parentaf647767ed8f2ec38251e8185ef0b6adb35529e6 (diff)
downloadsrc-14aebc178de8a3b59e37b6cc02010be9cacd3dbf.tar.gz
src-14aebc178de8a3b59e37b6cc02010be9cacd3dbf.zip
Nm true -> Nm.
Notes
Notes: svn path=/head/; revision=28369
Diffstat (limited to 'usr.bin/true/true.1')
-rw-r--r--usr.bin/true/true.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1
index cbdb1036ebf5..f0a171b4ec09 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.