diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2014-01-24 11:13:31 +0100 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2014-01-24 11:13:31 +0100 |
commit | 9433ea502b22a9bc0df40ac7510a7a5b9f1920da (patch) | |
tree | f9c579d7a3acb14bf0b38377af2f5751ff7f059c /man | |
parent | e861f7e5d7abb65929ed9eda1ab4a6fe0513a85e (diff) | |
download | NetworkManager-9433ea502b22a9bc0df40ac7510a7a5b9f1920da.tar.gz |
man: fix typo in commands in Team example
Diffstat (limited to 'man')
-rw-r--r-- | man/nmcli-examples.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/nmcli-examples.xml b/man/nmcli-examples.xml index 737f9f3765..c3c2919ca5 100644 --- a/man/nmcli-examples.xml +++ b/man/nmcli-examples.xml @@ -210,8 +210,8 @@ $ nmcli con add type team-slave con-name Team1-slave2 ifname em2 master Team1 <emphasis>teamd</emphasis> will use its default configuration. You will activate the whole setup by activating both slaves: <programlisting><emphasis role="bold"> -$ nmcli con add up Team1-slave1 -$ nmcli con add up Team1-slave2 +$ nmcli con up Team1-slave1 +$ nmcli con up Team1-slave2 </emphasis></programlisting> By default, the created profiles are marked for auto-activation. But if another connection has been activated on the device, the new profile won't activate |