Imported Upstream version 15.0.0
[platform/upstream/libzypp.git] / doc / autoinclude / Plugins.doc
index 461bfbd..040b8b1 100644 (file)
@@ -100,8 +100,6 @@ The plugins default location is obtained from \ref zypp::ZConfig::pluginsPath()
 
 \subpage plugin-commit Escort installation of packages
 
-\subpage plugin-system Receive notification if system content has changed
-
 \ref plugin-services
 
 \ref plugin-url-resolver
@@ -157,7 +155,7 @@ ZYpp sees a repository whose url has the format:
 plugin:foo?param1=val1&param2=val2
 \endverbatim
 
-ZYpp tries to execute a plugin named foo (in /usr/lib/zypp/plugins/urlresolver) and call it with the following protocol:
+ZYpp tries to executa a plugin named foo (in /usr/lib/zypp/plugins/urlresolver) and call it with the following protocol:
 
 \verbatim
    RESOLVEURL
@@ -216,4 +214,4 @@ Stateless plugins found in /usr/lib/zypp/plugins/appdata are called whenever any
 \note REPO_METADATA_PATH can be empty or a not existing directory, indicating valid metadata for the repo are not yet available.
 
 Scripts are executed 'fire and forget' whenever a RepoManager instance that performed changes goes out of scope. So it's up to the script to protect against concurrency.
-*/
+*/
\ No newline at end of file