summaryrefslogtreecommitdiff
path: root/man/systemd.link.xml
diff options
context:
space:
mode:
authorpoma <pomidorabelisima@gmail.com>2014-03-09 18:12:50 +0100
committerTom Gundersen <teg@jklm.no>2014-03-09 18:22:18 +0100
commit7abaad1ab099b077ebd6452b14ef351483831245 (patch)
treea9accedd57eeecfbff77996b588b7d766180b84d /man/systemd.link.xml
parenta748b692dd1e436ca1ff56b8d567c065c2539e5a (diff)
man: fix example in systemd.link
'man/systemd.link.xml' recovery from: commit eac684ef1c29684b1bcd27a89c38c202e568e469 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)
Diffstat (limited to 'man/systemd.link.xml')
-rw-r--r--man/systemd.link.xml32
1 files changed, 15 insertions, 17 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index 718eb8efd..3ad006e95 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -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>
-
- <refsect1>
- <title>Example</title>
- <example>
- <title>/etc/systemd/network/vlan1.netdev</title>
-
- <programlisting>[NetDev]
-Name=vlan1
-Kind=vlan
+ <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
-[VLAN]
-Id=1</programlisting>
+[Link]
+Name=wireless0
+MTUBytes=1450
+BitsPerSecond=10M
+WakeOnLan=magic
+MACAddress=cb:a9:87:65:43:21</programlisting>
</example>
</refsect1>