diff options
-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 |