diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-03-06 23:24:30 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-03-06 23:24:30 -0500 |
commit | d86dd07d462fb8502b1c7b4a9a4df4fba8318bdd (patch) | |
tree | 4642d07201bd9d3c5074868e2397f0a9a11418b3 /man | |
parent | effbc8e4f70fc70e4a4a8a1dc77228dd187f9c22 (diff) |
build-sys: update intructions for Makefile-man.am regeneration
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.link.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml index debe65ee56..718eb8efdb 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -53,12 +53,12 @@ <refsect1> <title>Description</title> - <para>Network link configuration is performed by the <literal>net_setup_link</literal> + <para>Network link configuration is performed by the <command>net_setup_link</command> udev builtin.</para> <para>The link files are read from the files located in the system network directory <filename>/usr/lib/systemd/network</filename>, - the volatile runtime network directory <filename>/run/systemd/network</filename> + the volatile runtime network directory <filename>/run/systemd/network</filename>, and the local administration network directory <filename>/etc/systemd/network</filename>. Link files must have the extension <filename>.link</filename>; other extensions are ignored. All link files are collectively sorted and processed in lexical order, |