From 20cc39d443d1a2c364b0fb778c7813ae7b5a1dd6 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Tue, 11 Dec 2018 17:42:39 +0100 Subject: Add "since" attributes in xml for new functions and modules introduced after OTP_R13B03. --- erts/doc/src/counters.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'erts/doc/src/counters.xml') diff --git a/erts/doc/src/counters.xml b/erts/doc/src/counters.xml index ba4a22759f..c3b0bfcf85 100644 --- a/erts/doc/src/counters.xml +++ b/erts/doc/src/counters.xml @@ -23,7 +23,7 @@ counters - counters + counters Counter Functions

This module provides a set of functions to do operations towards @@ -71,7 +71,7 @@ - + Create counter array

Create a new counter array of Size counters.

@@ -107,7 +107,7 @@ - + Read counter value

Read counter value.

@@ -115,7 +115,7 @@
- + Add to counter

Add Incr to counter at index @@ -124,7 +124,7 @@ - + Subtract from counter

Subtract Decr from counter at index @@ -133,7 +133,7 @@ - + Set counter to value

Write Value to counter at index @@ -144,14 +144,14 @@ operation compared to the very lightweight and scalable add and sub. The cost for a put with - write_concurrency is lika a get + write_concurrency is like a get plus a put without write_concurrency.

- + Get information about counter array.

Return information about a counter array in a map. The map -- cgit v1.2.3