diff options
author | Thomas Voss <thomasvoss@live.com> | 2022-09-21 00:13:33 +0200 |
---|---|---|
committer | Thomas Voss <thomasvoss@live.com> | 2022-09-21 00:13:33 +0200 |
commit | 9a2b957f93d89b32d14a43998b9bb3aef362d7f3 (patch) | |
tree | 1044d48c90bc910d401194de13ce4e09d6651f0c /man/Lb-desc.tmac | |
parent | 97cf3eb4685f5c5396f16736eb6afc9827fe7593 (diff) |
Add a LIBRARY section to manuals
Diffstat (limited to 'man/Lb-desc.tmac')
-rw-r--r-- | man/Lb-desc.tmac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/Lb-desc.tmac b/man/Lb-desc.tmac new file mode 100644 index 0000000..1290ab5 --- /dev/null +++ b/man/Lb-desc.tmac @@ -0,0 +1,5 @@ +.\" This is the description that is printed when the .Lb macro is invoked with +.\" “liblux” as an argument. The general format for the output of the .Lb macro +.\" is: +.\" ‹Description› (‹Library Name›, ‹Linker Flag›) +.ds doc-str-Lb-liblux Display Brightness Library (liblux, \-llux) |