Skip to content

Commit be28956

Browse files
sj-awspaulmckrcu
authored andcommitted
doc/RCU/rcu: Use ':ref:' for links to other docs
Signed-off-by: SeongJae Park <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 3282b04 commit be28956

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/RCU/rcu.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ must be long enough that any readers accessing the item being deleted have
1111
since dropped their references. For example, an RCU-protected deletion
1212
from a linked list would first remove the item from the list, wait for
1313
a grace period to elapse, then free the element. See the
14-
Documentation/RCU/listRCU.rst file for more information on using RCU with
15-
linked lists.
14+
:ref:`Documentation/RCU/listRCU.rst <list_rcu_doc>` for more information on
15+
using RCU with linked lists.
1616

1717
Frequently Asked Questions
1818
--------------------------
@@ -50,7 +50,7 @@ Frequently Asked Questions
5050
- If I am running on a uniprocessor kernel, which can only do one
5151
thing at a time, why should I wait for a grace period?
5252

53-
See the Documentation/RCU/UP.rst file for more information.
53+
See :ref:`Documentation/RCU/UP.rst <up_doc>` for more information.
5454

5555
- How can I see where RCU is currently used in the Linux kernel?
5656

@@ -68,9 +68,9 @@ Frequently Asked Questions
6868

6969
- Why the name "RCU"?
7070

71-
"RCU" stands for "read-copy update". The file Documentation/RCU/listRCU.rst
72-
has more information on where this name came from, search for
73-
"read-copy update" to find it.
71+
"RCU" stands for "read-copy update".
72+
:ref:`Documentation/RCU/listRCU.rst <list_rcu_doc>` has more information on where
73+
this name came from, search for "read-copy update" to find it.
7474

7575
- I hear that RCU is patented? What is with that?
7676

0 commit comments

Comments
 (0)