diff options
author | Ricardo Catalinas Jiménez <[email protected]> | 2012-06-01 20:27:01 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2012-06-12 11:52:21 +0200 |
commit | 0c01a3485a8c9de2edb37ec9458058dbcd3f8cb2 (patch) | |
tree | 7f0cacb634941449311d6ae3f43b236bd0c7006c /lib/tools/doc/src/eprof.xml | |
parent | 61b017b0e404f7ffbdbcb3106fcfb952dd5a6207 (diff) | |
download | otp-0c01a3485a8c9de2edb37ec9458058dbcd3f8cb2.tar.gz otp-0c01a3485a8c9de2edb37ec9458058dbcd3f8cb2.tar.bz2 otp-0c01a3485a8c9de2edb37ec9458058dbcd3f8cb2.zip |
Fix nonsense of eprof doc
Diffstat (limited to 'lib/tools/doc/src/eprof.xml')
-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> |