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 /bin/kenv | |
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 'bin/kenv')
-rw-r--r-- | bin/kenv/kenv.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/kenv/kenv.1 b/bin/kenv/kenv.1 index e80b944..8743a6f 100644 --- a/bin/kenv/kenv.1 +++ b/bin/kenv/kenv.1 @@ -30,11 +30,11 @@ .Nm kenv .Nd dump the kernel environment .Sh SYNOPSIS -.Nm kenv +.Nm .Op Fl h .Op variable .Sh DESCRIPTION -.Nm kenv +.Nm will dump the kernel environment. If the .Fl h @@ -45,6 +45,6 @@ will only report that value. .Sh SEE ALSO .Xr loader 8 .Sh HISTORY -.Nm kenv +.Nm appeared in .Fx 5.0 . |