diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-11-17 12:29:10 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-11-17 12:29:10 +0100 |
commit | d64e5193abff4b1877f7e839601950e2644aea7b (patch) | |
tree | 19614dd0c18c965d3cedb0d4ba7b4f779d564d01 /man | |
parent | 65c8c36777ae9c1ef69152b80c5e1043d410dbac (diff) |
Use compact lists
Diffstat (limited to 'man')
-rw-r--r-- | man/lux.h.3head | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/man/lux.h.3head b/man/lux.h.3head index ddc38cd..9723d64 100644 --- a/man/lux.h.3head +++ b/man/lux.h.3head @@ -46,7 +46,8 @@ structure, to query brightness information, and to modify brightness information. .Pp The following functions deal with the allocation of library structures: -.Bl -bullet +.Pp +.Bl -bullet -compact .It .Ft int .Fn luxinit "lux_t *" @@ -57,7 +58,8 @@ The following functions deal with the allocation of library structures: .Pp The following functions deal with querying information regarding display brightness: -.Bl -bullet +.Pp +.Bl -bullet -compact .It .Ft int .Fn luxget "lux_t *" @@ -70,7 +72,8 @@ brightness: .El .Pp The following functions deal with modifying display brightness: -.Bl -bullet +.Pp +.Bl -bullet -compact .It .Ft int .Fn luxset "lux_t *" int |