<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/man/NetworkManager.xml, branch th/fix-python-test</title>
<subtitle>gitlab.freedesktop.org: NetworkManager/NetworkManager.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/'/>
<entry>
<title>all: say Wi-Fi instead of "wifi" or "WiFi"</title>
<updated>2018-11-29T16:53:35+00:00</updated>
<author>
<name>Lubomir Rintel</name>
<email>lkundrak@v3.sk</email>
</author>
<published>2018-11-21T10:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=b385ad015944af4349b56ffe38ab6369f78655b9'/>
<id>b385ad015944af4349b56ffe38ab6369f78655b9</id>
<content type='text'>
Correct the spelling across the *entire* tree, including translations,
comments, etc. It's easier that way.

Even the places where it's not exposed to the user, such as tests, so
that we learn how is it spelled correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct the spelling across the *entire* tree, including translations,
comments, etc. It's easier that way.

Even the places where it's not exposed to the user, such as tests, so
that we learn how is it spelled correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>man: clarify udev property "NM_UNMANAGED" in `man NetworkManager`</title>
<updated>2018-10-26T07:06:45+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2018-10-26T07:05:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=085b769729e9c623cc60bb0f88df36d1843cd22b'/>
<id>085b769729e9c623cc60bb0f88df36d1843cd22b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>man/NetworkManager: document --configure-and-quit option</title>
<updated>2018-09-18T15:40:47+00:00</updated>
<author>
<name>Lubomir Rintel</name>
<email>lkundrak@v3.sk</email>
</author>
<published>2018-09-11T15:00:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=9dab0a5eba6b28242f845314f6e6e108bcb17073'/>
<id>9dab0a5eba6b28242f845314f6e6e108bcb17073</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dispatcher: add NM_DISPATCHER_ACTION environment variable</title>
<updated>2018-06-18T12:19:16+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2018-06-18T11:08:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=2800232bbf6f44e6776bd18286d5d51fdf70392b'/>
<id>2800232bbf6f44e6776bd18286d5d51fdf70392b</id>
<content type='text'>
Previously, the action was only passed as the first command line
argument to the dispatcher scripts. Now, also set it via the
"$NM_DISPATCHER_ACTION" environment variable.

The main purpose is to have a particular, nm-dispatcher specific
variable that is always set inside the dispatcher scripts.
For example, imagine you have a script that can be either called by
dispatcher or some other means (manually, or spawned via
/etc/NetworkManager/dispatcher.d/11-dhclient).  Then it might make
sense to differenciate from inside the script whether you are called
by nm-dispatcher. But previously, there was no specific environment
variable that was always set inside the dispatcher event. For example,
with the "hostname" action there are no other environment variables.

Now (with version 1.12), you can check for `test -n "$NM_DISPATCHER_ACTION"`.

(cherry picked from commit ce9619047c5daac9a006d16d07453d50e0520e71)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, the action was only passed as the first command line
argument to the dispatcher scripts. Now, also set it via the
"$NM_DISPATCHER_ACTION" environment variable.

The main purpose is to have a particular, nm-dispatcher specific
variable that is always set inside the dispatcher scripts.
For example, imagine you have a script that can be either called by
dispatcher or some other means (manually, or spawned via
/etc/NetworkManager/dispatcher.d/11-dhclient).  Then it might make
sense to differenciate from inside the script whether you are called
by nm-dispatcher. But previously, there was no specific environment
variable that was always set inside the dispatcher event. For example,
with the "hostname" action there are no other environment variables.

Now (with version 1.12), you can check for `test -n "$NM_DISPATCHER_ACTION"`.

(cherry picked from commit ce9619047c5daac9a006d16d07453d50e0520e71)
</pre>
</div>
</content>
</entry>
<entry>
<title>man: document all setting plugins in NetworkManager.conf manual</title>
<updated>2017-12-21T09:50:33+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2017-12-20T09:18:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=68fa0ea8eb1817d84dddda6664294481a8e10993'/>
<id>68fa0ea8eb1817d84dddda6664294481a8e10993</id>
<content type='text'>
although they are deprecated and unused, document them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
although they are deprecated and unused, document them.
</pre>
</div>
</content>
</entry>
<entry>
<title>man: use &lt;filename&gt; to mark file names</title>
<updated>2016-11-11T13:42:27+00:00</updated>
<author>
<name>Lubomir Rintel</name>
<email>lkundrak@v3.sk</email>
</author>
<published>2016-11-11T13:26:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=7b589e2b722fd19693b9862098a15dfa52de5a91'/>
<id>7b589e2b722fd19693b9862098a15dfa52de5a91</id>
<content type='text'>
This gives the templates a chance to do something extra clever with the
formatting. The templates, of course, choose not to :(
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This gives the templates a chance to do something extra clever with the
formatting. The templates, of course, choose not to :(
</pre>
</div>
</content>
</entry>
<entry>
<title>man: link to some online resources</title>
<updated>2016-11-11T13:42:27+00:00</updated>
<author>
<name>Lubomir Rintel</name>
<email>lkundrak@v3.sk</email>
</author>
<published>2016-11-11T13:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=42e1e669bcd676bd8e53ad359bf47252c09f80ac'/>
<id>42e1e669bcd676bd8e53ad359bf47252c09f80ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>man: get rid of the extra capitalization in docbook source</title>
<updated>2016-11-11T13:42:26+00:00</updated>
<author>
<name>Lubomir Rintel</name>
<email>lkundrak@v3.sk</email>
</author>
<published>2016-11-11T13:07:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=063d714a3c6e96f34c355c21beeca058a4c85fa3'/>
<id>063d714a3c6e96f34c355c21beeca058a4c85fa3</id>
<content type='text'>
The temaplates capitalize the names if they wish.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The temaplates capitalize the names if they wish.
</pre>
</div>
</content>
</entry>
<entry>
<title>man: Added documentation for the connectivity-change dispatcher hook</title>
<updated>2016-07-28T20:22:14+00:00</updated>
<author>
<name>Mario Sanchez Prada</name>
<email>mario@endlessm.com</email>
</author>
<published>2016-07-20T15:48:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=3359368f287f6bfd8205d2e3505f6ec180c4f730'/>
<id>3359368f287f6bfd8205d2e3505f6ec180c4f730</id>
<content type='text'>
Also added documentation for the new CONNECTIVITY_STATE environment
variable, that will also be avaiblable in those hooks.

https://bugzilla.gnome.org/show_bug.cgi?id=768969
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added documentation for the new CONNECTIVITY_STATE environment
variable, that will also be avaiblable in those hooks.

https://bugzilla.gnome.org/show_bug.cgi?id=768969
</pre>
</div>
</content>
</entry>
<entry>
<title>man: turn the manual page cross-references into links</title>
<updated>2016-06-21T16:40:13+00:00</updated>
<author>
<name>Lubomir Rintel</name>
<email>lkundrak@v3.sk</email>
</author>
<published>2016-05-30T18:24:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=057d477b2a089f92d986e03ca0025de1f34e44fb'/>
<id>057d477b2a089f92d986e03ca0025de1f34e44fb</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
