git: a68421a0e61d - stable/12 - kenv: s/dump/list/ to clarify meaning
Kyle Evans
kevans at FreeBSD.org
Thu Aug 26 06:43:58 UTC 2021
The branch stable/12 has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=a68421a0e61d61c5e0b51b5f1f821fdd10c65ea2
commit a68421a0e61d61c5e0b51b5f1f821fdd10c65ea2
Author: Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2021-06-21 03:11:26 +0000
Commit: Kyle Evans <kevans at FreeBSD.org>
CommitDate: 2021-08-26 06:39:49 +0000
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.
(cherry picked from commit 46438b5366f9405beb6f76474a5aae822352f012)
---
bin/kenv/kenv.1 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bin/kenv/kenv.1 b/bin/kenv/kenv.1
index 0010caf7b243..7a124b7ba756 100644
--- a/bin/kenv/kenv.1
+++ b/bin/kenv/kenv.1
@@ -24,12 +24,12 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 11, 2012
+.Dd August 26, 2021
.Dt KENV 1
.Os
.Sh NAME
.Nm kenv
-.Nd dump or modify the kernel environment
+.Nd list or modify the kernel environment
.Sh SYNOPSIS
.Nm
.Op Fl hNq
@@ -43,7 +43,7 @@
.Sh DESCRIPTION
The
.Nm
-utility will dump the kernel environment if
+utility will list all variables in the kernel environment if
invoked without arguments.
If the
.Fl h
More information about the dev-commits-src-all
mailing list