Add support for env vars and manpage refs with dots to Manpage syntax

This commit is contained in:
Keith Hall
2021-01-12 00:12:42 +02:00
committed by David Peter
parent deec2902e4
commit 2e8c0a39db
3 changed files with 24 additions and 4 deletions

View File

@ -149,3 +149,14 @@ EXAMPLE
#define POLLIN_SET (EPOLLRDNORM | EPOLLRDBAND | EPOLLIN |
EPOLLHUP | EPOLLERR)
# ^ source.c meta.preprocessor.macro meta.group punctuation.section.group.end
ENVIRONMENT
$SYSTEMD_LOG_LEVEL
# ^ punctuation.definition.variable
# ^^^^^^^^^^^^^^^^^ constant.other
systemd reads the log level from this environment variable. This
can be overridden with --log-level=.
SEE ALSO
The systemd Homepage[11], systemd-system.conf(5), locale.conf(5)
# ^^^^^^^^^^^^^^^^^^^ entity.name.function