From 223942f36b1a071bcca39d1e0adb615f9440db1f Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Sun, 8 Jun 2014 23:56:55 +0200 Subject: Typos in docs Somehow, these have gone unnoticed for quite some time. --- docs/examples/macvlan-dhcp | 2 +- docs/netctl.profile.5.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/macvlan-dhcp b/docs/examples/macvlan-dhcp index 94955e4..8bb7691 100644 --- a/docs/examples/macvlan-dhcp +++ b/docs/examples/macvlan-dhcp @@ -4,7 +4,7 @@ Connection=macvlan # The variable name is plural, but needs precisely one interface BindsToInterfaces=eth0 # MACVLAN Mode -Mode="bride" +Mode="bridge" # Optional static MAC Address for MACVLAN interface MACAddress="12:34:56:78:9a:bc" IP=dhcp diff --git a/docs/netctl.profile.5.txt b/docs/netctl.profile.5.txt index af42501..d841516 100644 --- a/docs/netctl.profile.5.txt +++ b/docs/netctl.profile.5.txt @@ -353,7 +353,7 @@ the `pppoe' type: A value of 0 means no limit. Defaults to `++5++'. 'DefaultRoute=':: - Use the default route provided by the peer (defaults to `true') + Use the default route provided by the peer (defaults to `true'). 'UsePeerDNS=':: Use the DNS provided by the peer (defaults to `true'). -- cgit v1.2.3-24-g4f1b