From 35f083ecf32729afa2cdc8c1081dbe01477cb11e Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sat, 29 Nov 2014 22:52:59 +0100 Subject: Fix minor eprof and fprof doc issues --- lib/tools/doc/src/eprof.xml | 2 +- lib/tools/doc/src/fprof.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/tools/doc/src/eprof.xml b/lib/tools/doc/src/eprof.xml index 3ebacf5546..73fd563fbd 100644 --- a/lib/tools/doc/src/eprof.xml +++ b/lib/tools/doc/src/eprof.xml @@ -35,7 +35,7 @@ used. The profiling is done using the Erlang trace BIFs. Tracing of local function calls for a specified set of processes is enabled when profiling is begun, and disabled when profiling is stopped.

-

When using Eprof expect a slowdown in program execution.

+

When using Eprof, expect a slowdown in program execution.

diff --git a/lib/tools/doc/src/fprof.xml b/lib/tools/doc/src/fprof.xml index ef8b82c9fa..f83c049fcd 100644 --- a/lib/tools/doc/src/fprof.xml +++ b/lib/tools/doc/src/fprof.xml @@ -789,7 +789,7 @@ create_file_slow(FD, M, N) -> function was first unsuspended and then garbage collected. Otherwise the printout would show garbage_collect being called from suspend but not - not which function that might have caused the garbage + which function that might have caused the garbage collection.

Let us now get back to the test code:

-- cgit v1.2.3 From 11ccbb255404a0d76cd4cb08786a73a20b6980ee Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sun, 30 Nov 2014 18:56:58 +0100 Subject: dict(3): fix typo reported by Rabbe Fogelholm --- lib/stdlib/doc/src/dict.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/stdlib/doc/src/dict.xml b/lib/stdlib/doc/src/dict.xml index 942fd1f45e..0771682a25 100644 --- a/lib/stdlib/doc/src/dict.xml +++ b/lib/stdlib/doc/src/dict.xml @@ -121,7 +121,7 @@ Dict together with an extra argument Acc (short for accumulator). Fun must return a new accumulator which is passed to the next call. Acc0 is - returned if the list is empty. The evaluation order is + returned if the dict is empty. The evaluation order is undefined.

-- cgit v1.2.3