From patchwork Tue Dec 12 23:22:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 82015 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 643EB3861829 for ; Tue, 12 Dec 2023 23:22:59 +0000 (GMT) X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id E7993385802A for ; Tue, 12 Dec 2023 23:22:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E7993385802A Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org E7993385802A Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:ea4a:1:5054:ff:fec7:86e4 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702423368; cv=none; b=kL7gvdnlbpzVkT0l/nRQX1Uxra9ZS40LYTUjA14y1jgciGDYzotA4GQMk4awg2R4HRliOvX2xIcDgbP44Cr031qnX7r09wgsTWX/gzvfGUOdGe56djSaT47DqMZOqmYDlE+FoC8QDEOi59rLKj1FbboU20VyNJ7ozFZxP2P03p0= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702423368; c=relaxed/simple; bh=y3h2hh1JxwJamEg3vmi0MEotGcnfcoUl1caKwTceK1c=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=E9lkbgPDwDNuliBD/H4hlkMWcvHBKrZrGnrmxt224CctPruYbYiqrzQKcc/TfdEK2IPWGrleGlbbBEkOlg7Et1v0LZG1+nb1hVR+wvE4UlhSJkz+YxxIyFwWpPM4wNLLN47a4K6/rzc+M2EE8uh4jr70mxjVU3086AT2/XCd76k= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by smtp.gentoo.org (Postfix, from userid 559) id 21D88335DC2; Tue, 12 Dec 2023 23:22:46 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH htdocs] current: use for file paths Date: Tue, 12 Dec 2023 18:22:44 -0500 Message-ID: <20231212232244.24437-1-vapier@gentoo.org> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_PASS, 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: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces+patchwork=sourceware.org@sourceware.org Not sure if we do this elsewhere, but rendering file paths in monospace text is fairly common in practice (e.g. GNU manuals). There doesn't seem to be other usage in this repo, nor GNU guidance in general (as that only exists for texi sources), so just use . --- current/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/current/index.html b/current/index.html index db78d46f9075..4467b87bf4a0 100644 --- a/current/index.html +++ b/current/index.html @@ -76,7 +76,7 @@ git clone https://sourceware.org/git/binutils-gdb.git If you already have a read-only copy of git on hand then there is no need to re-check out a source tree. Instead, you can edit your -.git/config to change the remote to use the read-write URL. +.git/config to change the remote to use the read-write URL. For example, you might have: