~ubuntu-branches/debian/sid/network-manager/sid

« back to all changes in this revision

Viewing changes to man/nmcli.1.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-03 21:32:50 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20111103213250-w49ucjmux3hbwnta
Tags: 0.9.1.95-1
* New upstream release (0.9.2 rc1).
  - Fix connection sharing with newer iptables versions. (Closes: #638995)
  - Fix handling of numeric SSIDs in the keyfile plugin. (Closes: #642912)
* debian/watch: Track .xz tarballs.
* debian/libnm-util2.symbols: Add new symbols for libnm-util.
* debian/patches/04-dont-update-routing-and-dns-for-unmanaged-devices.patch
  - Avoid blowing away existing routes and resolv.conf if NM never managed
    any devices. (Closes: #546893, #624159, #637005, #641904)
* debian/control: Add Build-Depends on libglib2.0-doc for proper
  cross-references in the gtk-doc API documentation.
* Enable default hardening options from dpkg-buildflags.
  - Use buildflags.mk snippet in debian/rules.
  - Add Build-Depends on dpkg-dev (>= 1.6.1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
21
21
.\" USA.
22
22
.\"
23
 
.\" Copyright (C) 2010 Red Hat, Inc.
 
23
.\" Copyright (C) 2010 - 2011 Red Hat, Inc.
24
24
.\"
25
 
.TH NMCLI "1" "22 September 2010"
 
25
.TH NMCLI "1" "6 September 2011"
26
26
 
27
27
.SH NAME
28
28
nmcli \- command-line tool for controlling NetworkManager
201
201
.br
202
202
Get information about NetworkManager's connections.
203
203
.TP
204
 
.SS \fICOMMAND\fP := { list | status | up | down }
 
204
.SS \fICOMMAND\fP := { list | status | up | down | delete }
205
205
.sp
206
206
.RS
207
207
.TP
226
226
No simple reference.
227
227
.fi
228
228
.TP
229
 
.B up id <id> | uuid <id> [iface <iface>] [ap <hwaddr>] [\-\-nowait] [\-\-timeout <timeout>]
 
229
.B up id <id> | uuid <id> [iface <iface>] [ap <BSSID>] [\-\-nowait] [\-\-timeout <timeout>]
230
230
.br
231
231
Activate a connection.  The connection is identified by its name using \fIid\fP
232
232
or UUID using \fIuuid\fP.  For requiring particular device to activate
255
255
method:    DeactivateConnection
256
256
arguments: according to arguments
257
257
.fi
 
258
.TP
 
259
.B delete id <id> | uuid <id>
 
260
.br
 
261
Delete a configured connection.  The connection to delete is specified with
 
262
\fIid\fP (connection name) or \fIuuid\fP (connection UUID).
 
263
.br
 
264
.nf
 
265
\fBReference to D-Bus:\fP
 
266
interface: org.freedesktop.NetworkManager.Settings.Connection
 
267
method:    Delete
 
268
arguments: none
 
269
.fi
258
270
.RE
259
271
 
260
272
.TP
303
315
arguments: none
304
316
.fi
305
317
.TP
306
 
.B wifi [list [iface <iface>] [hwaddr <hwaddr>]]
 
318
.B wifi [list [iface <iface>] [bssid <BSSID>]]
307
319
.br
308
 
List available WiFi access points.  \fIiface\fP and \fIhwaddr\fP options
 
320
List available WiFi access points.  \fIiface\fP and \fIbssid\fP options
309
321
can be used to get just APs for particular interface or specific AP,
310
322
respectively.
311
323
.br
329
341
.RE
330
342
Notes about localization:
331
343
.br
332
 
Be aware that \fInmcli\fP is localized and that's why the output depends on 
 
344
Be aware that \fInmcli\fP is localized and that's why the output depends on
333
345
your environment. It's important to realize that especially when you parse the
334
346
output.
335
347
.br