diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2014-06-08 23:56:55 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2014-06-14 17:29:52 +0200 |
commit | 223942f36b1a071bcca39d1e0adb615f9440db1f (patch) | |
tree | 8d6b77cdcc4648eaa3360955a4e761f56c0e2873 | |
parent | 62af92bb0a24a5312bd2a1c58af75b3af6684a27 (diff) | |
download | netctl-223942f36b1a071bcca39d1e0adb615f9440db1f.tar.gz netctl-223942f36b1a071bcca39d1e0adb615f9440db1f.tar.xz |
Typos in docs
Somehow, these have gone unnoticed for quite some time.
-rw-r--r-- | docs/examples/macvlan-dhcp | 2 | ||||
-rw-r--r-- | 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'). |