diff options
author | Dan Gudmundsson <[email protected]> | 2016-02-22 09:41:42 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2016-02-22 09:41:42 +0100 |
commit | e4bbe3e6c0b6a5739d150a5cd2a67cc5adc260b4 (patch) | |
tree | 237b5b9bfebb2d15c45e7ab8a7edd6f110e9a2dc /lib/observer/doc/src/cdv.xml | |
parent | 63908f5313781e199476dc0def4eb0dcaa939d88 (diff) | |
parent | e6b2edc8027c40db4c12f8f081648cda4634f9f7 (diff) | |
download | otp-e4bbe3e6c0b6a5739d150a5cd2a67cc5adc260b4.tar.gz otp-e4bbe3e6c0b6a5739d150a5cd2a67cc5adc260b4.tar.bz2 otp-e4bbe3e6c0b6a5739d150a5cd2a67cc5adc260b4.zip |
Merge branch 'dgud/observer/doc' into maint
* dgud/observer/doc:
Observer: Editorial changes in documentation
Diffstat (limited to 'lib/observer/doc/src/cdv.xml')
-rw-r--r-- | lib/observer/doc/src/cdv.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/observer/doc/src/cdv.xml b/lib/observer/doc/src/cdv.xml index ee629bbd3f..df1032780a 100644 --- a/lib/observer/doc/src/cdv.xml +++ b/lib/observer/doc/src/cdv.xml @@ -4,7 +4,7 @@ <comref> <header> <copyright> - <year>2013</year> + <year>2003</year><year>2016</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -33,16 +33,16 @@ <file>cdv.xml</file> </header> <com>cdv</com> - <comsummary>Script used for starting the Crashdump Viewer from the + <comsummary>Script to start the Crashdump Viewer from the OS command line. </comsummary> <description> - <p>The <c>cdv</c> shell script can be found under the <c>priv</c> - directory of the <c>observer</c> application. The script is used + <p>The <c>cdv</c> shell script is located in directory <c>priv</c> + of the Observer application. The script is used for starting the Crashdump Viewer tool from the OS command line.</p> - <p>For Windows users, <c>cdv.bat</c> can be found in the same + <p>For Windows users, <c>cdv.bat</c> is found in the same location.</p> </description> @@ -51,8 +51,8 @@ <name>cdv [file]</name> <fsummary>Start the Crashdump Viewer and load the given file.</fsummary> <desc> - <p>The <c>file</c> arguments is optional. If not given, a file - dialog will pop up allowing the user to select a crashdump + <p>Argument <c>file</c> is optional. If not specified, a file + dialog is displayed, allowing you to select a crashdump from the file system.</p> </desc> </func> |