diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-11-14 18:54:56 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-11-14 18:54:56 +0100 |
commit | 5c5cf3a8d816f861990426df79ce7bff78436ad8 (patch) | |
tree | d6c946186a85c564604a8afc13baf00f6853ff23 | |
parent | 66bfff1a64e3b854028d15a4345c02dfff472f99 (diff) |
Set the OS to Linux
This library interacts with the Linux-specific sysfs(5), so we should
specify that it is Linux specific.
-rw-r--r-- | man/lux.h.0 | 4 | ||||
-rw-r--r-- | man/luxget.3 | 4 | ||||
-rw-r--r-- | man/luxinit.3 | 4 | ||||
-rw-r--r-- | 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 , |