diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-04-16 17:09:58 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-04-18 09:11:01 +0200 |
commit | 0f943ae4ea36148c0e2c4a69735410c8e48648d0 (patch) | |
tree | a1018f4cf1722ffe311731963fbd00190f14688e /man/journal-remote.conf.xml | |
parent | meson: fix indentation for systemd-time-sync-wait(5) entries (diff) | |
download | systemd-0f943ae4ea36148c0e2c4a69735410c8e48648d0.tar.xz systemd-0f943ae4ea36148c0e2c4a69735410c8e48648d0.zip |
man: add a new page with a general description of common syntax
We have a common parser, but for the user it might be
completely unobvious that the same general rules apply
to all those files. Let's add a page about the basic syntax
so that the more specific pages don't have to repeat those
details.
Diffstat (limited to 'man/journal-remote.conf.xml')
-rw-r--r-- | man/journal-remote.conf.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/journal-remote.conf.xml b/man/journal-remote.conf.xml index b21d38c5b8..24ade09023 100644 --- a/man/journal-remote.conf.xml +++ b/man/journal-remote.conf.xml @@ -48,7 +48,10 @@ <title>Description</title> <para>These files configure various parameters of - <citerefentry><refentrytitle>systemd-journal-remote.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para> + <citerefentry><refentrytitle>systemd-journal-remote.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>. + See + <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>5</manvolnum></citerefentry> + for a general description of the syntax.</para> </refsect1> <xi:include href="standard-conf.xml" xpointer="main-conf" /> |