diff options
author | phantom <phantom@FreeBSD.org> | 2001-01-25 12:10:57 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2001-01-25 12:10:57 +0000 |
commit | 90e4da387fe67261138ed0eab924dad4ba284eaa (patch) | |
tree | 4f1536eff3f8809979b2fb8c3896278aa9fcd44c /usr.bin/true | |
parent | 2fda3ddec0c3da0f7f236147acf5c799453a5461 (diff) | |
download | FreeBSD-src-90e4da387fe67261138ed0eab924dad4ba284eaa.zip FreeBSD-src-90e4da387fe67261138ed0eab924dad4ba284eaa.tar.gz |
Slightly re-word sentence to allow using .Nm macro without parameter
Use .St macro instead of hardcoding standard name
Diffstat (limited to 'usr.bin/true')
-rw-r--r-- | usr.bin/true/true.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1 index 1eee432..04bb302 100644 --- a/usr.bin/true/true.1 +++ b/usr.bin/true/true.1 @@ -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. |