diff options
author | Björn-Egil Dahlberg <[email protected]> | 2011-10-21 17:30:37 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2011-10-21 17:30:37 +0200 |
commit | c2e6879aee84f04b2132a52580219b13ce586a13 (patch) | |
tree | 81eeb53872eda89a4bceb9533b0d2e55210b2132 /lib/tools/doc/src | |
parent | 5dc64cffb084e8abc6e5908025833481331f38de (diff) | |
download | otp-c2e6879aee84f04b2132a52580219b13ce586a13.tar.gz otp-c2e6879aee84f04b2132a52580219b13ce586a13.tar.bz2 otp-c2e6879aee84f04b2132a52580219b13ce586a13.zip |
eprof: Fix invalid references to removed functions
Diffstat (limited to 'lib/tools/doc/src')
-rw-r--r-- | lib/tools/doc/src/eprof.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools/doc/src/eprof.xml b/lib/tools/doc/src/eprof.xml index 6d68c90768..1dbc41ec8e 100644 --- a/lib/tools/doc/src/eprof.xml +++ b/lib/tools/doc/src/eprof.xml @@ -147,7 +147,7 @@ </type> <desc> <p>This function ensures that the results displayed by - <c>analyse/0</c> and <c>total_analyse/0</c> are printed both to + <c>analyze/0,1,2</c> are printed both to the file <c>File</c> and the screen.</p> </desc> </func> |