mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 05:28:33 +02:00
man: fix typo in NetworkManager.conf manual and 10-ifcfg-rh-routes.sh comment
This commit is contained in:
parent
28e9ec499a
commit
05f17ace71
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
# dispatcher.d/pre-up.d/
|
||||
|
||||
# pre-up scripts delay activation of the device. To reduce the delay,
|
||||
# it is adviced to install the script as symlink to no-wait.d directory.
|
||||
# it is advised to install the script as symlink to no-wait.d directory.
|
||||
|
||||
if [ "$2" != "pre-up" -a "$2" != "down" ]; then
|
||||
exit 0
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ plugins-=remove-me
|
|||
via the ReloadConnections D-Bus call. If this key is set to
|
||||
'<literal>true</literal>', then NetworkManager will reload
|
||||
connection files any time they changed.
|
||||
Automatic reloading is not adviced because there are race conditions
|
||||
Automatic reloading is not advised because there are race conditions
|
||||
involved and it depends on the way how the editor updates the file.
|
||||
In some situations, NetworkManager might first delete and add the
|
||||
connection anew, instead of updating the existing one. Also, NetworkManager
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue