From 5c5cf3a8d816f861990426df79ce7bff78436ad8 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 14 Nov 2022 18:54:56 +0100 Subject: Set the OS to Linux This library interacts with the Linux-specific sysfs(5), so we should specify that it is Linux specific. --- man/lux.h.0 | 4 ++-- man/luxget.3 | 4 ++-- man/luxinit.3 | 4 ++-- man/luxset.3 | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/man/lux.h.0 b/man/lux.h.0 index f877cf2..c13bb58 100644 --- a/man/lux.h.0 +++ b/man/lux.h.0 @@ -15,9 +15,9 @@ .\" OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 12 2022 $ +.Dd $Mdocdate: November 14 2022 $ .Dt lux.h 0 -.Os +.Os Linux .Sh NAME .Nm lux.h .Nd query and manipulate screen brightness diff --git a/man/luxget.3 b/man/luxget.3 index 1f72e1f..a571ef7 100644 --- a/man/luxget.3 +++ b/man/luxget.3 @@ -15,9 +15,9 @@ .\" OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 12 2022 $ +.Dd $Mdocdate: November 14 2022 $ .Dt LUXGET 3 -.Os +.Os Linux .Sh NAME .Nm luxget , .Nm luxmax , diff --git a/man/luxinit.3 b/man/luxinit.3 index 14bca55..39047ca 100644 --- a/man/luxinit.3 +++ b/man/luxinit.3 @@ -15,9 +15,9 @@ .\" OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 12 2022 $ +.Dd $Mdocdate: November 14 2022 $ .Dt LUXINIT 3 -.Os +.Os Linux .Sh NAME .Nm luxinit , .Nm luxfree diff --git a/man/luxset.3 b/man/luxset.3 index 22824f3..2cbedb4 100644 --- a/man/luxset.3 +++ b/man/luxset.3 @@ -15,9 +15,9 @@ .\" OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 12 2022 $ +.Dd $Mdocdate: November 14 2022 $ .Dt LUXSET 3 -.Os +.Os Linux .Sh NAME .Nm luxset , .Nm luxinc , -- cgit v1.2.3