diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
commit | 0d1334ca0c7f5a53195b38b126d726747949ce5d (patch) | |
tree | 399269f867eeb084bb6edf479f12b35526a9edb4 /usr.bin/false | |
parent | 0100fd6e93e8e0203ec077685f3e68afea54de52 (diff) | |
download | FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.zip FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'usr.bin/false')
-rw-r--r-- | usr.bin/false/false.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index 28339d3..45e0307 100644 --- a/usr.bin/false/false.1 +++ b/usr.bin/false/false.1 @@ -42,7 +42,7 @@ .Nm false .Nd return false value .Sh SYNOPSIS -.Nm false +.Nm .Sh DESCRIPTION .Nm False is usually used in a Bourne shell script. @@ -50,7 +50,7 @@ It tests for the appropriate status "false" before running (or failing to run) a list of commands. .Pp The -.Nm false +.Nm utility always exits with a value other than zero. .Sh SEE ALSO .Xr csh 1 , @@ -58,7 +58,7 @@ utility always exits with a value other than zero. .Xr true 1 .Sh STANDARDS The -.Nm false +.Nm utility is expected to be .St -p1003.2 compatible. |