git: 47d68b38d74f - stable/13 - backlight.8: Fix description of -f
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Apr 2022 10:16:11 UTC
The branch stable/13 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=47d68b38d74ff3d3ed2c6610b4308fb75f2bf0f6
commit 47d68b38d74ff3d3ed2c6610b4308fb75f2bf0f6
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-04-08 10:25:37 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-04-11 10:15:56 +0000
backlight.8: Fix description of -f
If an unqualified name is provided, /dev/backlight/ is automatically
prepended instead of /dev/backlight.
MFC after: 3 days
(cherry picked from commit 2f60a7f902b0f58fa5fba0f75c4e4335963c8186)
---
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..ab2b55b44e72 100644
--- a/usr.bin/backlight/backlight.8
+++ b/usr.bin/backlight/backlight.8
@@ -22,7 +22,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 03, 2021
+.Dd April 8, 2022
.Dt BACKLIGHT 8
.Os
.Sh NAME
@@ -58,7 +58,7 @@ If not specified,
.Pa /dev/backlight/backlight0
is used.
If an unqualified name is provided,
-.Pa /dev/backlight
+.Pa /dev/backlight/
is automatically prepended.
.It Fl i
Query information about the backlight (name, type).