From owner-dev-commits-src-all@freebsd.org Fri Mar 12 16:46:51 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 779D757E056; Fri, 12 Mar 2021 16:46:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxsCv1lsqz4WXw; Fri, 12 Mar 2021 16:46:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2F5041AD51; Fri, 12 Mar 2021 16:46:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 12CGkpDe086567; Fri, 12 Mar 2021 16:46:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 12CGkph0086566; Fri, 12 Mar 2021 16:46:51 GMT (envelope-from git) Date: Fri, 12 Mar 2021 16:46:51 GMT Message-Id: <202103121646.12CGkph0086566@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Brad Davis Subject: git: b8e12d2d5c76 - main - Improve the wording for showing the brightness level MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brd X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b8e12d2d5c760dbe8058b5a5d8bfabdeff4dbe29 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 16:46:51 -0000 The branch main has been updated by brd: URL: https://cgit.FreeBSD.org/src/commit/?id=b8e12d2d5c760dbe8058b5a5d8bfabdeff4dbe29 commit b8e12d2d5c760dbe8058b5a5d8bfabdeff4dbe29 Author: Brad Davis AuthorDate: 2021-03-12 16:43:33 +0000 Commit: Brad Davis CommitDate: 2021-03-12 16:45:14 +0000 Improve the wording for showing the brightness level Reviewed by: allanjude --- usr.bin/backlight/backlight.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/backlight/backlight.8 b/usr.bin/backlight/backlight.8 index ce2d0e4b0325..adcfe159a9c1 100644 --- a/usr.bin/backlight/backlight.8 +++ b/usr.bin/backlight/backlight.8 @@ -47,8 +47,8 @@ The .Nm utility can be used to configure brightness levels for registered backlights. .Pp -If call without any option it will print the current brightness level of the first -registered backlight. +Called without any arguments it will print the current brightness level +of the first registered backlight. .Pp The options are as follows: .Bl -tag -width "-f device"