mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-24 21:34:08 +03:00
man: fix example in systemd.link
'man/systemd.link.xml' recovery from:
commit eac684ef1c
Author: Tom Gundersen <teg@jklm.no>
Date: Tue Feb 25 19:30:40 2014 +0100
man: split out systemd.net{work,dev}(5) from systemd-networkd(8)
This commit is contained in:
parent
a748b692dd
commit
7abaad1ab0
@ -348,25 +348,23 @@
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
<example>
|
||||
<title>/etc/systemd/network/bridge.netdev</title>
|
||||
<title>/etc/systemd/network/wireless.link</title>
|
||||
|
||||
<programlisting>[NetDev]
|
||||
Name=bridge0
|
||||
Kind=bridge</programlisting>
|
||||
</example>
|
||||
</refsect1>
|
||||
<programlisting>[Match]
|
||||
MACAddress=12:34:56:78:9a:bc
|
||||
Driver=brcmsmac
|
||||
Path=pci-0000:02:00.0-*
|
||||
Type=wlan
|
||||
Virtualization=no
|
||||
Host=my-laptop
|
||||
Architecture=x86-64
|
||||
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
<example>
|
||||
<title>/etc/systemd/network/vlan1.netdev</title>
|
||||
|
||||
<programlisting>[NetDev]
|
||||
Name=vlan1
|
||||
Kind=vlan
|
||||
|
||||
[VLAN]
|
||||
Id=1</programlisting>
|
||||
[Link]
|
||||
Name=wireless0
|
||||
MTUBytes=1450
|
||||
BitsPerSecond=10M
|
||||
WakeOnLan=magic
|
||||
MACAddress=cb:a9:87:65:43:21</programlisting>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user