| VOID-DOCS(1) | General Commands Manual | VOID-DOCS(1) |
void-docs — Access
Void Linux documentation
void-docs |
[OPTIONS] [search terms] |
The void-docs utility will attempt to
launch different programs until it can find an adequate one to display the
Void Linux documentation. If it is invoked without a search term, it will
show the documentation's home page. Multiple search terms can be used to
filter results. If the user has the fzf(1)
or sk(1) utilities installed in their system,
it will be used to browse the results. Otherwise,
void-docs will immediately display the first search
result. If the -s flag is used,
void-docs will display the search results instead of
the documentation.
The programs void-docs will try to use
are, in order of preference:
BROWSER.DISPLAY or
WAYLAND_DISPLAY environment variable is
set.It should be noted that for the PDF version,
void-docs doesn't support search results.
For a better browsing experience, installing fzf(1) is recommended.
The ‘void-docs’ package contains a snapshot of the online documentation from https://docs.voidlinux.org, which intends to document installation, configuration and system management for Void Linux. It is packaged in four formats.
-a option, which enables a pager, is
recommended.View the documentation page about the kernel:
$ void-docs kernelView a documentation page inside another session:
$ void-docs graphical-session
kdeView the homepage of the HTML documentation with qutebrowser(1):
$ qutebrowser
/usr/share/doc/void/html/index.htmlView the summary of the Markdown documentation with less(1):
$ less
/usr/share/doc/void/markdown/SUMMARY.mdView the “Kernel” page of the Markdown documentation with ‘mdcat’:
$ mdcat
/usr/share/doc/void/markdown/config/kernel.mdView the “Cron” page of the roff (mdoc) documentation with mandoc(1):
$ mandoc -a
/usr/share/doc/void/mandoc/config/cron.7This man page is part of the void-docs package and is available from https://github.com/void-linux/void-docs.
The Void Linux documentation tries to limit itself to content that is specific to Void. Therefore, if you feel something is missing, it might have been deliberate. However, if there is any information that is mistaken, outdated or indeed missing, please report an issue at https://github.com/void-linux/void-docs.
| October 9, 2020 | x86_64 |