Date: Thu, 26 Aug 2021 06:37:39 GMT From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 40ea449c41b6 - stable/13 - kenv: s/dump/list/ to clarify meaning Message-ID: <202108260637.17Q6bdT6028927@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=40ea449c41b66e059b9b6d211c1cdcb1eef087c7 commit 40ea449c41b66e059b9b6d211c1cdcb1eef087c7 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2021-06-21 03:11:26 +0000 Commit: Kyle Evans <kevans@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108260637.17Q6bdT6028927>