git: 40ea449c41b6 - stable/13 - kenv: s/dump/list/ to clarify meaning

Kyle Evans kevans at FreeBSD.org
Thu Aug 26 06:37:40 UTC 2021


The branch stable/13 has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=40ea449c41b66e059b9b6d211c1cdcb1eef087c7

commit 40ea449c41b66e059b9b6d211c1cdcb1eef087c7
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:35:24 +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 f93b73f15816..0cadbefb41b3 100644
--- a/bin/kenv/kenv.1
+++ b/bin/kenv/kenv.1
@@ -24,12 +24,12 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 5, 2020
+.Dd June 20, 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-branches mailing list