mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
man: fix two typos
This commit is contained in:
parent
97b6ed3295
commit
56f9ce31b9
@ -384,10 +384,10 @@
|
|||||||
numbers, which could either result in an incorrect value of the <varname>ID_NET_NAME_SLOT</varname>
|
numbers, which could either result in an incorrect value of the <varname>ID_NET_NAME_SLOT</varname>
|
||||||
property or none at all.</para>
|
property or none at all.</para>
|
||||||
|
|
||||||
<para>Some firmware and hypervisor implementations report unreasonable high numbers for the onboard
|
<para>Some firmware and hypervisor implementations report unreasonably high numbers for the onboard
|
||||||
index. To prevent the generation of bogus onbard interface names, index numbers greater than 16381
|
index. To prevent the generation of bogus onbard interface names, index numbers greater than 16381
|
||||||
(2^14-1) were ignored. For s390 PCI devices index values up to 65535 (2^16-1) are valid. To account
|
(2^14-1) were ignored. For s390 PCI devices index values up to 65535 (2^16-1) are valid. To account
|
||||||
for that, the limit is increased to now 65535.</para>
|
for that, the limit was increased to 65535.</para>
|
||||||
|
|
||||||
<para>The udev rule <varname>NAME=</varname> replaces <literal>:</literal>,
|
<para>The udev rule <varname>NAME=</varname> replaces <literal>:</literal>,
|
||||||
<literal>/</literal>, and <literal>%</literal> with an underscore (<literal>_</literal>), and
|
<literal>/</literal>, and <literal>%</literal> with an underscore (<literal>_</literal>), and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user