summaryrefslogtreecommitdiff
path: root/man/nmcli-examples.xml
Commit message (Collapse)AuthorAgeFilesLines
* man: add SR-IOV nmcli exampleBeniamino Galvani2018-12-121-0/+17
| | | | | | | Add an example on how to configure SR-IOV to the nmcli examples man page. https://bugzilla.redhat.com/show_bug.cgi?id=1651979
* man: add OTP-based VPN activation exampleFrancesco Giudici2018-11-141-0/+13
|
* nmcli: add -g[et-values] option as a '-m tab -t -f <arg>' shortcutFrancesco Giudici2017-03-281-0/+19
| | | | Quick and easy way to get clean and parsable field values.
* man: turn the manual page cross-references into linksLubomir Rintel2016-06-211-8/+8
| | | | | | | | This improves the HTML rendering. But it also causes a lot of non-resolvable linkends warning when rendering a separate manual pages into roff/mman. The messages are harmless, but still a bit ugly.
* auth: fix get_permissions() D-Bus call for settings-modify-global-dnsThomas Haller2016-06-011-1/+2
|
* manager: add Reload() D-Bus commandThomas Haller2016-06-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new Reload D-Bus command to reload NetworkManager configuration. For now, this is like sending SIGHUP to the process. There are several advantages here: - it is guarded via PolicyKit authentication while signals can only be sent by root. - the user can wait for the reload to be complete instead of sending an asynchronous signal. For now, we operation completes after nm_config_reload() returns, but later we could delay the response further until specific parts are fully reloaded. - SIGHUP reloads everything including re-reading configuration from disk while SIGUSR1 reloads just certain parts such as writing out DNS configuration anew. Now, the Reload command has a flags argument which is more granular in selecting parts which are to be reloaded. For example, via signals the user can: 1) send SIGUSR1: this writes out the DNS configuration to resolv.conf and possibly reloads other parts without re-reading configuration and without restarting the DNS plugin. 2) send SIGHUP: this reloads configuration from disk, writes out resolv.conf and restarts the DNS plugin. There is no way, to only restart the DNS plugin without also reloading everything else.
* man: clarify the license of the manualslr/manLubomir Rintel2016-04-081-1/+14
| | | | It's included from GFDL 1.1+ document; it should be GFDL too.
* man: remove work-in-progress warningLubomir Rintel2016-04-081-1/+0
|
* man: fix prompt and user input formattingLubomir Rintel2016-04-081-37/+36
|
* man: fix nmcli-examples synopsis formattingLubomir Rintel2016-04-081-1/+2
|
* man: move nmcli-examples to section 7Lubomir Rintel2016-04-051-1/+1
| | | | It really is not a configuration file and doesn't belong to section 5.
* man: include version from a XML entityLubomir Rintel2016-04-051-4/+8
| | | | | | | | This way it's consistently used across all manual page without a need for XSL templating. Also, the entities file could in future possibly be used to template the build-time configurables such as filesystem paths or bug tracker URL.
* man: drop datesLubomir Rintel2016-04-051-1/+0
| | | | | | | It's injected from the makefile, but not even used consistently or included in the resulting render of manual page. Which is good, otherwise we'd have a non-reproducible build with possible multilib conflicts if rendered around midnight.
* man/nmcli-examples: specify a language for the listingLubomir Rintel2016-04-011-1/+1
|
* man/nmcli-examples: no extra breaks around listingsLubomir Rintel2016-04-011-141/+116
| | | | Looks bad in HTML.
* man/nmcli-examples: mark user input in editorLubomir Rintel2016-04-011-11/+11
| | | | For the extra viewing pleasure.
* man/nmcli-examples: wrap screen output at column 75Lubomir Rintel2016-04-011-216/+229
| | | | | This ensures it doesn't generate excessively long lines and roughly corresponds to what actually be on a screen. Or a teletype typewriter. In 1969.
* man/nmcli-examples: structure the screen examples betterLubomir Rintel2016-04-011-55/+37
| | | | | | | The synopsis tag is not appropriate and doesn't look well in HTML and inserts unnecessary line breaks in roff. The <userinput> in <screen> suits this perfectly on the other hand.
* man: use replace <programlisting> with <synopsis>lr/developer-gnomeBeniamino Galvani2016-03-261-17/+17
| | | | | | It makes more sense and actually looks good in rendered HTML. [lkundrak@v3.sk: wrote the commit message]
* man: update version number and dates in manual pagesBeniamino Galvani2016-03-091-1/+1
| | | | | | | Bump NM version number to 1.2 and add the project name to non-XML pages. Also, update the dates to the date of the last non-trivial change and update their format to YYYY-MM-DD, as specified by 'man man-pages'.
* man: replace tabs by eight spaces in xml manual pagesThomas Haller2016-01-271-8/+8
|
* cli: add master option to "nmcli c add"Lubomir Rintel2015-07-121-6/+6
|
* man: update version reference to 1.0 in manual pagesJiří Klimeš2014-11-191-2/+2
|
* man: update nmcli-examples manual pageJiří Klimeš2014-11-191-15/+31
|
* man: clarify an nmcli example for adding static addresses in nmcli-examplesJiří Klimeš2014-06-161-4/+10
|
* doc: update documentation to show all logging domainsThomas Haller2014-05-121-1/+1
| | | | | | Also, mention the deprecated alias HW in man/NetworkManager.conf Signed-off-by: Thomas Haller <thaller@redhat.com>
* man/cli: add missing log domains to manual page and nmcli bash completionThomas Haller2014-04-241-1/+1
| | | | Signed-off-by: Thomas Haller <thaller@redhat.com>
* man: use correct Mbit/s for maximum bitrate in nmcli-examplesJiří Klimeš2014-04-011-12/+12
|
* man: add a simple bridge example to nmcli-examples manual pageJiří Klimeš2014-02-281-0/+19
|
* man: fix typo in commands in Team exampleJiří Klimeš2014-01-241-2/+2
|
* cli: consolidate active and configured connections (rh #997999)Jiří Klimeš2014-01-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | Handle connection profiles in a single 'show' command instead of 'show active' and 'show configured'. nmcli con show [--active] [[id|uuid|path|apath] <bla>] nmcli con show : display all connection profiles nmcli con show --active : only display active connection profiles (filters out inactive profiles) nmcli con show myeth : display details of "myeth" profile, and also active connection info (if the profile is active) nmcli -f profile con show myeth : only display "myeth"'s static configuration nmcli -f active con show myeth : only display active details of "myeth" nmcli -f connection.id,ipv4,general con show myeth : display "connection.id"a property "ipv4" setting and "GENERAL" group of active data https://bugzilla.redhat.com/show_bug.cgi?id=997999
* man: add a Team example to nmcli-examples manual pageJiří Klimeš2014-01-221-0/+28
|
* man: update nmcli-examples manual pageJiří Klimeš2014-01-151-55/+145
|
* man: some improvements to language and style in nmcli-examples manual pageStephen Wadeley2013-10-311-5/+5
| | | | Signed-off-by: Stephen Wadeley <swadeley@redhat.com>
* Fix typosYuri Chornoivan2013-10-191-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710505
* man: fix a typo in nmcli-examples manual page (rh #1004117)Jiří Klimeš2013-09-101-1/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1004117
* man: add 'nmcli-examples' manual page with examples of nmcli usageJiří Klimeš2013-07-221-0/+409
(and add a reference to 'nmcli-examples' to other man pages)