aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-11-16 17:01:29 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-11-16 17:01:29 +0100
commit0b7c1059379707f1e493e5b92030839f65d54fa8 (patch)
treea346cb5fde2b4c09c5842d3ac7f7f4865fa3b167
parentb3e05eac4865a1ca45ec21fcc04ad864051fdf4d (diff)
Use OpenBSD style formatting
-rw-r--r--lux.120
1 files changed, 10 insertions, 10 deletions
diff --git a/lux.1 b/lux.1
index 6cfacf4..51110f3 100644
--- a/lux.1
+++ b/lux.1
@@ -12,7 +12,7 @@
.\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
.\" OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
-.Dd $Mdocdate: November 14 2022 $
+.Dd $Mdocdate: November 16 2022 $
.Dt LUX 1
.Os Linux
.Sh NAME
@@ -48,33 +48,33 @@ as a suffix.
.Pp
The options are as follows:
.Bl -tag -width Ds
-.It Fl d Ns , Fl Fl decrease Ns = Ns Ar val
+.It Fl d Ar val , Fl Fl decrease Ns = Ns Ar val
Decrease the current display brightness by
.Ar val
brightness units.
-.It Fl D Ns , Fl Fl decrease-percent Ns = Ns Ar val
+.It Fl D Ar val , Fl Fl decrease-percent Ns = Ns Ar val
Decrease the current display brightness to
.Ar val
percent.
-.It Fl g Ns , Fl Fl get
+.It Fl g , Fl Fl get
Print the raw current display brightness level.
-.It Fl G Ns , Fl Fl get-percent
+.It Fl G , Fl Fl get-percent
Print the current display brightness level as a percentage.
-.It Fl i Ns , Fl Fl increase Ns = Ns Ar val
+.It Fl i Ar val , Fl Fl increase Ns = Ns Ar val
Increase the current display brightness to
.Ar val
brightness units.
-.It Fl I Ns , Fl Fl increase-percent Ns = Ns Ar val
+.It Fl I Ar val , Fl Fl increase-percent Ns = Ns Ar val
Increase the current display brightness to
.Ar val
percent.
-.It Fl m Ns , Fl Fl max
+.It Fl m , Fl Fl max
Print the raw maximum display brightness level.
-.It Fl s Ns , Fl Fl set Ns = Ns Ar val
+.It Fl s Ar val , Fl Fl set Ns = Ns Ar val
Set the current display brightness to
.Ar val
brightness units.
-.It Fl S Ns , Fl Fl set-percent Ns = Ns Ar val
+.It Fl S Ar val , Fl Fl set-percent Ns = Ns Ar val
Set the current display brightness to
.Ar val
percent.