summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2019-07-09 08:48:39 +0900
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2019-07-19 14:46:29 +0900
commit723b3d36f830dd9425a7affdc5f64a8c2dcdcd45 (patch)
tree29fac7e70f9ab440fdbb3cd378f2262ad45f8859 /doc
parentc0f78f70edf2392545646dbde5c476556d926262 (diff)
downloadDLT-daemon-723b3d36f830dd9425a7affdc5f64a8c2dcdcd45.tar.gz
doxygen: Align variable for apid and ctid
The variables used for application id and context id are aligned with "apid" and "ctid". Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/dlt-control.1.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/dlt-control.1.md b/doc/dlt-control.1.md
index 35d86cf..ab509fe 100644
--- a/doc/dlt-control.1.md
+++ b/doc/dlt-control.1.md
@@ -81,22 +81,22 @@ is used. See example for detail.
Set the log level (0=off - 6=verbose, default= -1)
supported options:
- -l level -a appid -c ctid
+ -l level -a apid -c ctid
-l level -a abc* (set level for all ctxts of apps name starts with abc)
- -l level -a appid (set level for all ctxts of this app)
+ -l level -a apid (set level for all ctxts of this app)
-l level -c xyz* (set level for all ctxts whose name starts with xyz)
- -l level -c ctxid (set level for the particular ctxt)
+ -l level -c ctid (set level for the particular ctxt)
-l level (set level for all the registered contexts)
-r
: Set the trace status (0=off - 1=on, default=255)
supported options:
- -r tracestatus -a appid -c ctid
+ -r tracestatus -a apid -c ctid
-r tracestatus -a abc* (set status for all ctxts of apps name starts with abc)
- -r tracestatus -a appid (set status for all ctxts of this app)
+ -r tracestatus -a apid (set status for all ctxts of this app)
-r tracestatus -c xyz* (set status for all ctxts whose name starts with xyz)
- -r tracestatus -c ctxid (set status for the particular ctxt)
+ -r tracestatus -c ctid (set status for the particular ctxt)
-r tracestatus (set status for all the registered contexts)
-d