diff options
author | Jan Janssen <medhefgo@web.de> | 2019-01-15 15:46:32 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-01-17 09:15:09 +0100 |
commit | a0e1ad10eab7324637d5cbbc6ca2e89e5d826137 (patch) | |
tree | 53d21ee55f48e85df67b3939cb1c11227034ce2f /man/systemd.link.xml | |
parent | Merge pull request #11441 from poettering/foreach-string-rework (diff) | |
download | systemd-a0e1ad10eab7324637d5cbbc6ca2e89e5d826137.tar.xz systemd-a0e1ad10eab7324637d5cbbc6ca2e89e5d826137.zip |
ethtool: Make sure advertise is actually set when autonegotiation is used
Diffstat (limited to 'man/systemd.link.xml')
-rw-r--r-- | man/systemd.link.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml index f74edd0186..ec0314dec3 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -369,8 +369,8 @@ common transmission parameters, such as speed, duplex mode, and flow control. When unset, the kernel's default will be used.</para> - <para>Note that if autonegotiation is enabled, speed, duplex and advertise settings are - read-only. If autonegotation is disabled, speed, duplex and advertise settings are writable + <para>Note that if autonegotiation is enabled, speed and duplex settings are + read-only. If autonegotation is disabled, speed and duplex settings are writable if the driver supports multiple link modes.</para> </listitem> </varlistentry> @@ -481,7 +481,7 @@ <term><varname>Advertise=</varname></term> <listitem> <para>This sets what speeds and duplex modes of operation are advertised for auto-negotiation. - The supported values are: + This implies <literal>AutoNegotiation=yes</literal>. The supported values are: <table> <title>Supported advertise values</title> |