git: 46438b5366f9 - main - kenv: s/dump/list/ to clarify meaning

Kyle Evans kevans at FreeBSD.org
Mon Jul 19 04:07:14 UTC 2021


The branch main has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=46438b5366f9405beb6f76474a5aae822352f012

commit 46438b5366f9405beb6f76474a5aae822352f012
Author:     Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2021-06-21 03:11:26 +0000
Commit:     Kyle Evans <kevans at FreeBSD.org>
CommitDate: 2021-07-19 04:05:30 +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.
    
    Suggested by:   imp
    Reviewed by:    imp, jhb
    Differential Revision:  https://reviews.freebsd.org/D30836
---
 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-all mailing list