kenv: s/dump/list/ to clarify meaning

The contents of the kenv will be dumped to stdout, while dump could have
also meant 'discard'. Call it 'list' instead.

Suggested by:	imp
Reviewed by:	imp, jhb
Differential Revision:	https://reviews.freebsd.org/D30836
This commit is contained in:
Kyle Evans 2021-06-20 22:11:26 -05:00
parent d72d5ced80
commit 46438b5366

View File

@ -24,12 +24,12 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd October 5, 2020 .Dd June 20, 2021
.Dt KENV 1 .Dt KENV 1
.Os .Os
.Sh NAME .Sh NAME
.Nm kenv .Nm kenv
.Nd dump or modify the kernel environment .Nd list or modify the kernel environment
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl hNq .Op Fl hNq
@ -43,7 +43,7 @@
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
utility will dump the kernel environment if utility will list all variables in the kernel environment if
invoked without arguments. invoked without arguments.
If the If the
.Fl h .Fl h