diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-02-13 10:22:18 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-02-13 11:17:41 +0100 |
commit | 6f520e74373a7f2cf7cb36ca8cf2d61fee88dc49 (patch) | |
tree | 81b166ad3f8cd414d51ea8ce73f4f3971d02976b /man | |
parent | man: move entries to the right section in systemd.directives (diff) | |
download | systemd-6f520e74373a7f2cf7cb36ca8cf2d61fee88dc49.tar.xz systemd-6f520e74373a7f2cf7cb36ca8cf2d61fee88dc49.zip |
man: fix markup and grammar for FOU{Source,Destination}Port=
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.netdev.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index c568a7e7f6..74281f2d0b 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -899,15 +899,15 @@ <varlistentry> <term><varname>FOUDestinationPort=</varname></term> <listitem> - <para>The <varname>FOUDestinationPort=</varname> specifies the UDP destination port for encapsulation. + <para>This setting specifies the UDP destination port for encapsulation. This field is mandatory and is not set by default.</para> </listitem> </varlistentry> <varlistentry> <term><varname>FOUSourcePort=</varname></term> <listitem> - <para>The <constant>FOUSourcePort=</constant> specifies the UDP source port for encapsulation. Defaults to <varname>0</varname>, - that is, the source port for packets is left to the network stack to decide.</para> + <para>This setting specifies the UDP source port for encapsulation. Defaults to <constant>0</constant> + — that is, the source port for packets is left to the network stack to decide.</para> </listitem> </varlistentry> <varlistentry> |