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: 1637423 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=ylGhGUsY; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=sourceware.org; envelope-from=libc-alpha-bounces+incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4LCDz93Wwvz9sCq for ; Wed, 1 Jun 2022 00:23:33 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id BA0813959C48 for ; Tue, 31 May 2022 14:23:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BA0813959C48 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1654007010; 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=ylGhGUsYF0LNJgptTEmFBv/x6irW0vvqCU1wuKiDV/dCf7bLZHxnT1UbAollLokvi 4V72r/ufv6hxsjHjpqqwnwBK/r1RzbqyICgGhWvJeJTjMvCIUHui0GpHBkfdIZyyHh HcoYyyuH9Q7WwoCMk1XW25BpgTClnAZa8MlBx03w= 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+incoming=patchwork.ozlabs.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