diff options
Diffstat (limited to 'man/nmcli.1.in')
| -rw-r--r-- | man/nmcli.1.in | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/man/nmcli.1.in b/man/nmcli.1.in index 6df844de..8cd2afac 100644 --- a/man/nmcli.1.in +++ b/man/nmcli.1.in @@ -329,10 +329,10 @@ When no command is given to the \fIconnection\fP object, the default action is 'nmcli connection show'. .RE .TP -.B up [ id | uuid | path ] <ID> [ifname <ifname>] [ap <BSSID>] [nsp <name>] [passwd <file with passwords>] +.B up [ id | uuid | path ] <ID> [ifname <ifname>] [ap <BSSID>] [nsp <name>] [passwd-file <file with passwords>] .RE .RS -.B up ifname <ifname> [ap <BSSID>] [nsp <name>] [passwd <file with passwords>] +.B up ifname <ifname> [ap <BSSID>] [nsp <name>] [passwd-file <file with passwords>] .RS .br Activate a connection. The connection is identified by its name, UUID or D-Bus @@ -619,6 +619,18 @@ to be sent back out through the slave the frame was received on (default: yes) .RE .RS .TP +.B adsl: +.IP "\fIusername <username>\fP" 42 +\(en ADSL user name +.IP "\fIprotocol pppoa|pppoe|ipoatm\fP" 42 +\(en ADSL protocol +.IP "\fI[password <password>]\fP" 42 +\(en ADSL password +.IP "\fI[encapsulation vcmux|llc]\fP" 42 +\(en ADSL encapsulation +.RE +.RS +.TP .B IP_OPTIONS: .IP "\fI[ip4 <IPv4 address>] [gw4 <IPv4 gateway>]\fP" 42 \(en IPv4 addresses |