diff options
author | Henrik Nord <[email protected]> | 2012-06-25 12:21:35 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2012-06-25 12:21:40 +0200 |
commit | 5143056cbce54719e4ae739d2d85512d867fe264 (patch) | |
tree | 778b1d1271f79e617cc38d4c69f032488e22c9ac /lib/tools/doc | |
parent | 09110bd2afc87acdd26d57e52e8cdc9514e4fe81 (diff) | |
parent | 0c01a3485a8c9de2edb37ec9458058dbcd3f8cb2 (diff) | |
download | otp-5143056cbce54719e4ae739d2d85512d867fe264.tar.gz otp-5143056cbce54719e4ae739d2d85512d867fe264.tar.bz2 otp-5143056cbce54719e4ae739d2d85512d867fe264.zip |
Merge branch 'rj/fix-eprof-doc' into maint
* rj/fix-eprof-doc:
Fix nonsense of eprof doc
OTP-10121
Diffstat (limited to 'lib/tools/doc')
-rw-r--r-- | lib/tools/doc/src/eprof.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/tools/doc/src/eprof.xml b/lib/tools/doc/src/eprof.xml index 8b614d8860..1c5e38109b 100644 --- a/lib/tools/doc/src/eprof.xml +++ b/lib/tools/doc/src/eprof.xml @@ -67,9 +67,9 @@ <p><c>Rootset</c> is a list of pids and registered names.</p> <p>The function returns <c>profiling</c> if tracing could be enabled for all processes in <c>Rootset</c>, or <c>error</c> otherwise.</p> - <p>A pattern can be selected to narrow the profiling. For instance ca a specific - module be selected and only the code processes executes in that module will be - profiled.</p> + <p>A pattern can be selected to narrow the profiling. For instance a + specific module can be selected, and only the code executed in that + module will be profiled.</p> </desc> </func> <func> @@ -147,8 +147,8 @@ </type> <desc> <p>This function ensures that the results displayed by - <c>analyze/0,1,2</c> are printed both to - the file <c>File</c> and the screen.</p> + <c>analyze/0,1,2</c> are printed both to the file + <c>File</c> and the screen.</p> </desc> </func> <func> |