From: Marcin Siodelski Date: Mon, 26 Nov 2018 12:51:03 +0000 (+0100) Subject: [65-libyang-simplify-update-models] Minor corrections in the netconf guide. X-Git-Tag: 75-radius-documentation-needs-an-update_base~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2F65-libyang-simplify-update-models;p=thirdparty%2Fkea.git [65-libyang-simplify-update-models] Minor corrections in the netconf guide. --- diff --git a/doc/guide/netconf.xml b/doc/guide/netconf.xml index 09bea2aaa9..589d517c30 100644 --- a/doc/guide/netconf.xml +++ b/doc/guide/netconf.xml @@ -194,8 +194,8 @@ To install a new revision of a module it must be first uninstalled, e.g. by: sudo sysrepoctl -u -m kea-dhcp4-server If the module is used (i.e. imported) by other modules it can be unstalled -only after modules using it, i.e. installation and uninstallation must be -done in dependency order and reverse dependency order. +only after modules using it. Installation and uninstallation must be +done in dependency order and reverse dependency order accordingly.