summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2022-05-31 16:21:32 +0200
committerAndreas Schwab <schwab@suse.de>2022-05-31 16:22:49 +0200
commitd976d44a89ab0e4e8bd077f7063030e2e04975aa (patch)
tree4a6d7785cf631c8dc475117a2ce4dd5d435e5186 /manual
parent6488f4d00653b489e7969c0a489dc665c26514a8 (diff)
downloadglibc-d976d44a89ab0e4e8bd077f7063030e2e04975aa.tar.gz
glibc-d976d44a89ab0e4e8bd077f7063030e2e04975aa.tar.xz
glibc-d976d44a89ab0e4e8bd077f7063030e2e04975aa.zip
manual: fix reference to source file
Diffstat (limited to 'manual')
-rw-r--r--manual/tunables.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/tunables.texi b/manual/tunables.texi
index 58a47b2e9b..1482412078 100644
--- a/manual/tunables.texi
+++ b/manual/tunables.texi
@@ -484,7 +484,7 @@ capabilities at runtime, thus disabling use of those extensions.
 The @code{glibc.cpu.hwcaps=-xxx,yyy,-zzz...} tunable allows the user to
 enable CPU/ARCH feature @code{yyy}, disable CPU/ARCH feature @code{xxx}
 and @code{zzz} where the feature name is case-sensitive and has to match
-the ones in @code{sysdeps/x86/cpu-features.h}.
+the ones in @code{sysdeps/x86/include/cpu-features.h}.
 
 This tunable is specific to i386 and x86-64.
 @end deftp