aboutsummaryrefslogtreecommitdiff
path: root/man/luxget.3
diff options
context:
space:
mode:
authorThomas Voss <thomasvoss@live.com> 2022-09-09 22:52:59 +0200
committerThomas Voss <thomasvoss@live.com> 2022-09-09 22:52:59 +0200
commit51afa8f0d88df978a0c6620ef6231a0cb923ec7d (patch)
tree8a2e25d23a0ed0de1086dbb00938bbc470c09d1c /man/luxget.3
parent174505857dc9167612a863923756c70c4d0908d6 (diff)
Fix typos
Diffstat (limited to 'man/luxget.3')
-rw-r--r--man/luxget.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man/luxget.3 b/man/luxget.3
index 5ada1a9..1216a21 100644
--- a/man/luxget.3
+++ b/man/luxget.3
@@ -15,7 +15,7 @@
.\" OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 8 2022 $
+.Dd $Mdocdate: September 9 2022 $
.Dt LUXGET 3
.Os
.Sh NAME
@@ -37,7 +37,7 @@ The
function takes a pointer to a
.Vt "struct luxdisp"
structure and returns the raw brightness value of the associated display.
-If the function returns \-1 it means that an error has occured, however this is
+If the function returns \-1 it means that an error has occurred, however this is
only possible if
.Va disp
has not yet been passed to any other library function that interacts with the
@@ -49,7 +49,7 @@ The
function behaves identically to the
.Fn luxget
function except it returns the maximum supported brightness of the display
-refered to by
+referred to by
.Va disp .
Additionally, this function can only error if
.Va disp
@@ -65,7 +65,7 @@ function takes a pointer to a
.Vt "struct luxdisp"
structure and returns the brightness of the associated display as a percentage.
A return value of 100.0 means the display is at 100% brightness.
-If the function returns \-1 it means that an error has occured.
+If the function returns \-1 it means that an error has occurred.
Internally this function calls both
.Fn luxget
and