git: 2f60a7f902b0 - main - backlight.8: Fix description of -f
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Apr 2022 10:27:23 UTC
The branch main has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=2f60a7f902b0f58fa5fba0f75c4e4335963c8186
commit 2f60a7f902b0f58fa5fba0f75c4e4335963c8186
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-04-08 10:25:37 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-04-08 10:27:13 +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
---
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 adcfe159a9c1..2dfd1fa726ee 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).