summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-10-23 19:30:07 +0100
committerGitHub <noreply@github.com>2017-10-23 19:30:07 +0100
commitc05124485962620d8d1198d3914c1e1b7fe1cb1f (patch)
treef6cc97a694dbad1be8aac4988fb4b60403016bd6
parent5404e47dd040c5aff3c0bb2b6d7a768e8c3b90e5 (diff)
parente3c52bd4f48548fbeb640dd1b7841c8ce0994d6b (diff)
downloadNim-c05124485962620d8d1198d3914c1e1b7fe1cb1f.tar.gz
Merge pull request #6577 from narimiran/linkFix
fixes #6575
-rw-r--r--doc/manual/locking.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/locking.txt b/doc/manual/locking.txt
index c1bd5ca46..94fcdefc8 100644
--- a/doc/manual/locking.txt
+++ b/doc/manual/locking.txt
@@ -74,7 +74,7 @@ model low level lockfree mechanisms:
 
 The ``locks`` pragma takes a list of lock expressions ``locks: [a, b, ...]``
 in order to support *multi lock* statements. Why these are essential is
-explained in the `lock levels`_ section.
+explained in the `lock levels <#guards-and-locks-lock-levels>`_ section.
 
 
 Protecting general locations
c58cae8d6d583e5e3eb3ed81a83'>^
a654e4ec ^
76755b28 ^
a654e4ec ^
4690ce81 ^
a654e4ec ^



76755b28 ^

a654e4ec ^





76755b28 ^

a654e4ec ^
76755b28 ^




2f02189d ^
76755b28 ^
4690ce81 ^
76755b28 ^

a654e4ec ^
76755b28 ^


dcc060c7 ^

76755b28 ^



4690ce81 ^
76755b28 ^
4690ce81 ^
76755b28 ^


4690ce81 ^
76755b28 ^





67db19a0 ^
4690ce81 ^

76755b28 ^


4690ce81 ^

76755b28 ^




4690ce81 ^
db1f56c8 ^
4690ce81 ^
67db19a0 ^
4690ce81 ^
76755b28 ^
4690ce81 ^
76755b28 ^








4690ce81 ^
76755b28 ^






a654e4ec ^
76755b28 ^


a654e4ec ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108