diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-19 17:11:16 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-19 18:13:57 +0200 |
commit | c8b3334ff058817a992f8e9658e2387452b14542 (patch) | |
tree | def4b043344a49bf1915f1d2fb6c15ec1bff3ce4 /docs/1-afm-daemons.md | |
parent | d1b49a7d26bf344d9f00ae12144cbcc7d930b08b (diff) |
Fix spelling and images size.
Change-Id: I01c6342fa9f6b16753ed5f48645538e48af09a5a
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/1-afm-daemons.md')
-rw-r--r-- | docs/1-afm-daemons.md | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/docs/1-afm-daemons.md b/docs/1-afm-daemons.md index 6d31e34..ec7307b 100644 --- a/docs/1-afm-daemons.md +++ b/docs/1-afm-daemons.md @@ -30,7 +30,7 @@ depending upon ***D-Bus*** destination. The figure below summarizes the situation of both **afm-system-daemon** and **afm-user-daemon** in the system. -![afm-daemons][afm-daemons] +![afm-daemons][afm-daemons]{style width:65%;} The D-Bus interface ------------------- @@ -198,7 +198,7 @@ the fields described below. "id": string, the application id (id@version) "version": string, the version of the application "width": integer, requested width of the application - "height": integer, resqueted height of the application + "height": integer, requested height of the application "name": string, the name of the application "description": string, the description of the application "shortname": string, the short name of the application @@ -388,7 +388,7 @@ Use **org.AGL.afm.user.resume** instead. #### Method org.AGL.afm.user.state -**Description**: Get informations about a running instance of *runid*. +**Description**: Get information about a running instance of *runid*. **Input**: The *runid* (integer) of the running instance inspected. @@ -431,49 +431,49 @@ The options for launching **afm-system-daemon** are: -r --root directory - + Set the root application directory. Note that the default root directory is defined to be /usr/share/afm/applications (may change). - + -d --daemon - - Daemonizes the process. It is not needed by sytemd. - + + Daemonizes the process. It is not needed by systemd. + -q --quiet - + Reduces the verbosity (can be repeated). - + -v --verbose - + Increases the verbosity (can be repeated). - + -h --help - + Prints a short help. - + ### ***afm-user-daemon*** options The options for launching **afm-user-daemon** are: -a --application directory - + [Currently not available in the systemd version] Includes the given application directory to the database base of applications. - + Can be repeated. - + -r --root directory - + [Currently not available in the systemd version] Includes root application directory or directories when @@ -483,33 +483,33 @@ The options for launching **afm-user-daemon** are: Note that default root directory for applications is always added. In current version /usr/share/afm/applications is used as default. - + -m --mode (local|remote) - + [Currently not available in the systemd version] Set the default launch mode. The default value is 'local' - + -d --daemon - - Daemonizes the process. It is not needed by sytemd. - + + Daemonizes the process. It is not needed by systemd. + -q --quiet - + Reduces the verbosity (can be repeated). - + -v --verbose - + Increases the verbosity (can be repeated). - + -h --help - + Prints a short help. Tasks of **afm-user-daemon** @@ -518,7 +518,7 @@ Tasks of **afm-user-daemon** ### Maintaining list of applications At start **afm-user-daemon** scans the directories containing -applications and load in memory a list of avaliable applications +applications and load in memory a list of available applications accessible by current user. When **afm-system-daemon** installs or removes an application. @@ -528,7 +528,7 @@ applications list. **afm-user-daemon** provides the data it collects about applications to its clients. Clients may either request the full list -of avaliable applications or a more specific information about a +of available applications or a more specific information about a given application. ### Launching application |