diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-09-21 07:04:47 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-09-21 07:04:47 +0000 |
| commit | db1909f7d2103cae4acdca77f1cb2d694872394c (patch) | |
| tree | 4e926710bd903e20b8cd727a12e0c36a405790bd /usr.bin/kenv | |
| parent | 2d45d0504cfe11ecbcd1072c3e12d302df41ba8f (diff) | |
Notes
Diffstat (limited to 'usr.bin/kenv')
| -rw-r--r-- | usr.bin/kenv/kenv.1 | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/usr.bin/kenv/kenv.1 b/usr.bin/kenv/kenv.1 index 760c66764c12..fb0e050afbdc 100644 --- a/usr.bin/kenv/kenv.1 +++ b/usr.bin/kenv/kenv.1 @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 6, 1993 +.Dd July 8, 2000 .Dt KENV 1 .Os .Sh NAME @@ -32,19 +32,23 @@ .Sh SYNOPSIS .Nm .Op Fl h -.Op variable +.Op Ar variable .Sh DESCRIPTION +The .Nm -will dump the kernel environment. +utility will dump the kernel environment. If the .Fl h -flag is specified, it will limit the report to kernel probe hints. -If an optional variable name is specified, +option is specified, it will limit the report to kernel probe hints. +If an optional +.Ar variable +name is specified, .Nm will only report that value. .Sh SEE ALSO .Xr loader 8 .Sh HISTORY +The .Nm -appeared in +utility appeared in .Fx 4.1.1 . |
