diff options
author | Gustav Simonsson <[email protected]> | 2012-03-16 10:34:17 +0100 |
---|---|---|
committer | Gustav Simonsson <[email protected]> | 2012-03-16 10:34:17 +0100 |
commit | dbc73d9b5421437f6fac029c06013996de478521 (patch) | |
tree | 0b94819bece6d255bf107573ca47f85f6c3cc64c /system | |
parent | e5cc75f496d41589003548c16d199f0b37a919dc (diff) | |
parent | b65ab3aeaea983e3766d0398638eee8c068615d8 (diff) | |
download | otp-dbc73d9b5421437f6fac029c06013996de478521.tar.gz otp-dbc73d9b5421437f6fac029c06013996de478521.tar.bz2 otp-dbc73d9b5421437f6fac029c06013996de478521.zip |
Merge branch 'rj/minor-doc-improvements' into maint
* rj/minor-doc-improvements:
Remove dashes from error_logger doc
Add start/0,1 and help/0 to etop's doc
Remove/add extra/missing white spaces
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/efficiency_guide/profiling.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/efficiency_guide/profiling.xml b/system/doc/efficiency_guide/profiling.xml index 65ba4b3369..230aa3504b 100644 --- a/system/doc/efficiency_guide/profiling.xml +++ b/system/doc/efficiency_guide/profiling.xml @@ -116,7 +116,7 @@ minimize runtime performance impact. Using fprof is just a matter of calling a few library functions, see <seealso marker="tools:fprof">fprof</seealso> - manual page under the application tools.<c>fprof</c> was introduced in + manual page under the application tools.<c> fprof</c> was introduced in version R8 of Erlang/OTP. </p> </section> |