From 46438b5366f9405beb6f76474a5aae822352f012 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Sun, 20 Jun 2021 22:11:26 -0500 Subject: [PATCH] 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