diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2013-12-12 13:27:09 +0100 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2013-12-12 13:27:09 +0100 |
commit | 00de4a920a0344f37c14e847e34ba331ba0498d6 (patch) | |
tree | 93b82daddc15155cf799bbad0258d7bec50fd02a /man | |
parent | b5b49a4bc022ef948446a3044531b4f1651dcb95 (diff) | |
download | NetworkManager-00de4a920a0344f37c14e847e34ba331ba0498d6.tar.gz |
man: fix 'connection add' arguments descriptions in nmcli manual page
Diffstat (limited to 'man')
-rw-r--r-- | man/nmcli.1.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man/nmcli.1.in b/man/nmcli.1.in index 6134ef77da..6defe314f5 100644 --- a/man/nmcli.1.in +++ b/man/nmcli.1.in @@ -399,7 +399,7 @@ Note: use quotes around \fB*\fP to suppress shell expansion. .IP "\fI[cloned-mac <cloned MAC address>]\fP" 42 \(en cloned MAC .IP "\fI[mtu <MTU>]\fP" 42 -\(en MAC +\(en MTU .RE .RS .TP @@ -493,14 +493,16 @@ Note: use quotes around \fB*\fP to suppress shell expansion. .RS .TP .B team: -.IP "\fI[config <json config>]\fP" 42 -\(en configuration file +.IP "\fI[config <file>|<raw JSON data>]\fP" 42 +\(en JSON configuration for team .RE .RS .TP .B team-slave: .IP "\fImaster <master (ifname or connection UUID)>\fP" 42 \(en name of team master interface +.IP "\fI[config <file>|<raw JSON data>]\fP" 42 +\(en JSON configuration for team .RE .RS .TP |