diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-13 21:22:39 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-13 23:42:18 -0400 |
commit | 3ba3a79df4ae094d1008c04a9af8d1ff970124c4 (patch) | |
tree | ce084e1fbbc73fc6ddf4ccc52b822291ee1d8e7c /man/systemd.network.xml | |
parent | 64144440a5d2d94482f882b992fd2a4e0dca7a05 (diff) |
man: fix a bunch of links
All hail linkchecker!
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index df9f6e792c..ed0b2eb4a4 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -297,7 +297,7 @@ separated by a <literal>/</literal> character. Specify this key more than once to configure several addresses. The format of the address must be as described in - <citerefentry><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>. + <citerefentry project='man-pages'><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>. This is a short-hand for an [Address] section only containing an Address key (see below). This option may be specified more than once. @@ -323,7 +323,7 @@ <listitem> <para>The gateway address, which must be in the format described in - <citerefentry><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>. + <citerefentry project='man-pages'><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>. This is a short-hand for a [Route] section only containing a Gateway key. This option may be specified more than once.</para> @@ -334,7 +334,7 @@ <listitem> <para>A DNS server address, which must be in the format described in - <citerefentry><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>. + <citerefentry project='man-pages'><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>. This option may be specified more than once.</para> </listitem> </varlistentry> @@ -440,7 +440,7 @@ <listitem> <para>The broadcast address, which must be in the format described in - <citerefentry><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>. + <citerefentry project='man-pages'><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>. This key only applies to IPv4 addresses. If it is not given, it is derived from the <literal>Address</literal> key.</para> |