git: 1df30489a8f7 - main - backlight(8): Add note that with option it print the current brightness.

Emmanuel Vadot manu at FreeBSD.org
Wed Mar 3 08:01:58 UTC 2021


The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=1df30489a8f7083c98010c94d9ce522f9e8213dc

commit 1df30489a8f7083c98010c94d9ce522f9e8213dc
Author:     Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-03-03 08:00:42 +0000
Commit:     Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-03-03 08:00:42 +0000

    backlight(8): Add note that with option it print the current brightness.
    
    MFC after:    3 days
    PR:           253737
---
 usr.bin/backlight/backlight.8 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/usr.bin/backlight/backlight.8 b/usr.bin/backlight/backlight.8
index 8c3b634e152b..ce2d0e4b0325 100644
--- a/usr.bin/backlight/backlight.8
+++ b/usr.bin/backlight/backlight.8
@@ -22,7 +22,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 27, 2020
+.Dd March 03, 2021
 .Dt BACKLIGHT 8
 .Os
 .Sh NAME
@@ -47,6 +47,9 @@ 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.
+.Pp
 The options are as follows:
 .Bl -tag -width "-f device"
 .It Fl f Ar device


More information about the dev-commits-src-main mailing list