From patchwork Tue May 31 14:23:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 54564 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 6BB7D395A00D for ; Tue, 31 May 2022 14:23:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6BB7D395A00D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1654007017; bh=BMbIJLBMzzTFlOUCJlDO6iCCU/COXgGZyv/KT3Ljmzc=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=VPM+nPTtpCZFRRjtt+n2mB5ZGNK/QjNQGER3viXOtMBb0bDec3JxZ4GqfR363Kh8Y FzI9J3/Q1YynAgyRxMvZRiegL0vRifskDxu4dXm10ns5Slbv+yW3ecUPjJ+x3mzLxo 5r7dWg1X6wwv/TazDhNncGi19La8wdiNDsvfdR/A= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 841FD3955C9D for ; Tue, 31 May 2022 14:23:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 841FD3955C9D Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id B16A51F974 for ; Tue, 31 May 2022 14:23:13 +0000 (UTC) Received: from hawking.suse.de (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id AC6D82C141 for ; Tue, 31 May 2022 14:23:13 +0000 (UTC) Received: by hawking.suse.de (Postfix, from userid 17005) id 807F8440087; Tue, 31 May 2022 16:23:13 +0200 (CEST) To: libc-alpha@sourceware.org Subject: [PATCH] manual: fix reference to source file X-Yow: .. I want a COLOR T.V. and a VIBRATING BED!!! Date: Tue, 31 May 2022 16:23:13 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 X-Spam-Status: No, score=-8.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Andreas Schwab via Libc-alpha From: Andreas Schwab Reply-To: Andreas Schwab Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" Installled as obvious. --- manual/tunables.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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