]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
docs: Use reference to link to rst file
authorTobin C. Harding <tobin@kernel.org>
Tue, 9 Apr 2019 00:43:59 +0000 (10:43 +1000)
committerJonathan Corbet <corbet@lwn.net>
Tue, 9 Apr 2019 21:21:17 +0000 (15:21 -0600)
Current document includes the path to an RST doc file.  Since this is an
RST file we can make this a link.  Keeps the path as the link title
since that what the original author wrote.

Use reference to link to rst file.

Signed-off-by: Tobin C. Harding <tobin@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/vm/numa.rst

index 185d8a5681681183e1e6429c53542699d9110687..5cae13e9a08b76968e109742ac9dd71806ed9af3 100644 (file)
@@ -109,8 +109,8 @@ System administrators and application designers can restrict a task's migration
 to improve NUMA locality using various CPU affinity command line interfaces,
 such as taskset(1) and numactl(1), and program interfaces such as
 sched_setaffinity(2).  Further, one can modify the kernel's default local
-allocation behavior using Linux NUMA memory policy.
-[see Documentation/admin-guide/mm/numa_memory_policy.rst.]
+allocation behavior using Linux NUMA memory policy. [see
+:ref:`Documentation/admin-guide/mm/numa_memory_policy.rst <numa_memory_policy>`].
 
 System administrators can restrict the CPUs and nodes' memories that a non-
 privileged user can specify in the scheduling or NUMA commands and functions