Commit 6a534b29 authored by SeongJae Park's avatar SeongJae Park Committed by Paul E. McKenney
Browse files

doc/RCU/rcu: Use absolute paths for non-rst files

parent be289568
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ Frequently Asked Questions
- I hear that RCU is patented?  What is with that?

  Yes, it is.  There are several known patents related to RCU,
  search for the string "Patent" in RTFP.txt to find them.
  search for the string "Patent" in Documentation/RCU/RTFP.txt to find them.
  Of these, one was allowed to lapse by the assignee, and the
  others have been contributed to the Linux kernel under GPL.
  There are now also LGPL implementations of user-level RCU
@@ -88,5 +88,5 @@ Frequently Asked Questions

- Where can I find more information on RCU?

  See the RTFP.txt file in this directory.
  See the Documentation/RCU/RTFP.txt file.
  Or point your browser at (http://www.rdrop.com/users/paulmck/RCU/).