summary refs log tree commit diff
path: root/man/nmtui.1
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-04-06 00:46:19 +0200
committerMichael Biebl <biebl@debian.org>2016-04-06 00:46:19 +0200
commit2bfb3eb7d0323e69affca154395f51d8b577414d (patch)
treee3130a5146441296df6d08a0f4ac7222a854c8f8 /man/nmtui.1
parentd9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (diff)
Imported Upstream version 1.1.93 upstream/1.1.93
Diffstat (limited to 'man/nmtui.1')
-rw-r--r--man/nmtui.176
1 files changed, 76 insertions, 0 deletions
diff --git a/man/nmtui.1 b/man/nmtui.1
new file mode 100644
index 00000000..832d65d3
--- /dev/null
+++ b/man/nmtui.1
@@ -0,0 +1,76 @@
+'\" t
+.\"     Title: nmtui
+.\"    Author: 
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 04/05/2016
+.\"    Manual: General Commands Manual
+.\"    Source: NetworkManager 1.1.93
+.\"  Language: English
+.\"
+.TH "NMTUI" "1" "" "NetworkManager 1\&.1\&.93" "General Commands Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+nmtui \- Text User Interface for controlling NetworkManager
+.SH "SYNOPSIS"
+.HP \w'\fBnmtui\-edit\ |\ nmtui\ edit\ \fR\ 'u
+\fBnmtui\-edit | nmtui\ edit \fR {\fIname\fR\ |\ \fIid\fR}
+.HP \w'\fBnmtui\-connect\ |\ nmtui\ connect\ \fR\ 'u
+\fBnmtui\-connect | nmtui\ connect \fR {\fIname\fR\ |\ \fIuuid\fR\ |\ \fIdevice\fR\ |\ \fISSID\fR}
+.HP \w'\fBnmtui\-hostname\ |\ nmtui\ hostname\ \fR\ 'u
+\fBnmtui\-hostname | nmtui\ hostname \fR
+.SH "DESCRIPTION"
+.PP
+\fBnmtui\fR
+is a curses\(hybased TUI application for interacting with NetworkManager\&. When starting
+\fBnmtui\fR, the user is prompted to choose the activity to perform unless it was specified as the first argument\&.
+.PP
+The supported activities are:
+.PP
+\fBedit\fR
+.RS 4
+Show a connection editor that supports adding, modifying, viewing and deleting connections\&. It provides similar functionality as
+\fBnm\-connection\-editor\fR\&.
+.RE
+.PP
+\fBconnect\fR
+.RS 4
+Show a list of available connections, with the option to activate or deactivate them\&. It provides similar functionality as
+\fBnm\-applet\fR\&.
+.RE
+.PP
+\fBhostname\fR
+.RS 4
+Set the system hostname\&.
+.RE
+.PP
+Corresponding to above activities,
+\fBnmtui\fR
+also comes with binaries named
+\fBnmtui\-edit\fR,
+\fBnmtui\-connect\fR, and
+\fBnmtui\-hostname\fR
+to skip the selection of the activities\&.
+.SH "SEE ALSO"
+.PP
+\fBnmcli\fR(1),
+\fBnm-applet\fR(1),
+\fBnm-connection-editor\fR(1),
+\fBNetworkManager\fR(8)\&.