diff options
author | John Högberg <[email protected]> | 2017-09-04 12:39:17 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2017-09-04 12:39:17 +0200 |
commit | 60c836afbb7c993f3bd635e12c80f018aa017e3b (patch) | |
tree | 3bf0e78559c886d58ac2a19cae21460e26972416 | |
parent | 2ae7a0a0fbf33e1fa8f1f35894b6468aa43f451b (diff) | |
download | otp-60c836afbb7c993f3bd635e12c80f018aa017e3b.tar.gz otp-60c836afbb7c993f3bd635e12c80f018aa017e3b.tar.bz2 otp-60c836afbb7c993f3bd635e12c80f018aa017e3b.zip |
Fix list type used in rt_mask category listing
-rw-r--r-- | lib/tools/doc/src/lcnt.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tools/doc/src/lcnt.xml b/lib/tools/doc/src/lcnt.xml index 922c2ac0f4..5bdfc60448 100644 --- a/lib/tools/doc/src/lcnt.xml +++ b/lib/tools/doc/src/lcnt.xml @@ -471,7 +471,7 @@ <c>lcnt:rt_opt/2</c>. </p> <p>Valid categories are:</p> - <taglist> + <list> <item><c>allocator</c></item> <item><c>db</c> (ETS tables)</item> <item><c>debug</c></item> @@ -480,7 +480,7 @@ <item><c>io</c></item> <item><c>process</c></item> <item><c>scheduler</c></item> - </taglist> + </list> <p> This list is subject to change at any time, as is the category any given lock may belong to. |