diff options
author | Thomas Voss <thomasvoss@live.com> | 2022-08-30 22:45:19 +0200 |
---|---|---|
committer | Thomas Voss <thomasvoss@live.com> | 2022-08-30 22:45:19 +0200 |
commit | f6e26145682856f81e78adcc288511df77f3bfb9 (patch) | |
tree | cdf6e8873355cf600abece218ee5c48023d75939 /man/luxfree.3 | |
parent | fca1d101dde4a98ee9b95214918586076a7708dc (diff) |
Add manuals for luxfree() and luxinit()
Diffstat (limited to 'man/luxfree.3')
-rw-r--r-- | man/luxfree.3 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/luxfree.3 b/man/luxfree.3 new file mode 100644 index 0000000..7079ec0 --- /dev/null +++ b/man/luxfree.3 @@ -0,0 +1,18 @@ +.\" tw=80 +.\" +.\" BSD Zero Clause License +.\" +.\" Copyright (c) 2022 Thomas Voss +.\" +.\" Permission to use, copy, modify, and/or distribute this software for any +.\" purpose with or without fee is hereby granted. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +.\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +.\" AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +.\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +.\" 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. +.\" +.so luxinit.3 |