diff mbox series

manual: fix reference to source file

Message ID mvmtu954w8e.fsf@suse.de
State New
Headers show
Series manual: fix reference to source file | expand

Commit Message

Andreas Schwab May 31, 2022, 2:23 p.m. UTC
Installled as obvious.

---
 manual/tunables.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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