mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
7f815d4f12
commit
2f60a7f902
1 changed files with 2 additions and 2 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue