diff options
author | Mike Rapoport (IBM) <rppt@kernel.org> | 2023-02-01 11:41:55 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-02-02 10:18:05 -0700 |
commit | ee86588960e259760236a537323d5c7d945e378c (patch) | |
tree | 87c9a1d3dcf5225edfc99e511d7391e6171ea3fc /Documentation/mm/numa.rst | |
parent | 353c7dd636ed12fdaedea782de612aceb1923ed9 (diff) |
docs/mm: remove useless markup
It is enough to use a file name to cross-reference another rst document.
Jon says:
The right things will happen in the HTML output, readers of the
plain-text will know immediately where to go, and we don't have to add
the label clutter.
Drop reference markup and unnecessary labels and use plain file names.
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
Link: https://lore.kernel.org/r/20230201094156.991542-3-rppt@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/mm/numa.rst')
-rw-r--r-- | Documentation/mm/numa.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/mm/numa.rst b/Documentation/mm/numa.rst index e1410974c941..0f1b56809dca 100644 --- a/Documentation/mm/numa.rst +++ b/Documentation/mm/numa.rst @@ -1,5 +1,3 @@ -.. _numa: - Started Nov 1999 by Kanoj Sarcar <kanoj@sgi.com> ============= @@ -110,7 +108,7 @@ 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 -:ref:`Documentation/admin-guide/mm/numa_memory_policy.rst <numa_memory_policy>`]. +Documentation/admin-guide/mm/numa_memory_policy.rst]. System administrators can restrict the CPUs and nodes' memories that a non- privileged user can specify in the scheduling or NUMA commands and functions |