public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH htdocs] current: use <code> for file paths
@ 2023-12-12 23:22 Mike Frysinger
  2023-12-15 15:53 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2023-12-12 23:22 UTC (permalink / raw)
  To: gdb-patches

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 <code>.
---
 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.
+<code>.git/config</code> to change the remote to use the read-write URL.
 
 For example, you might have:
 
-- 
2.43.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH htdocs] current: use <code> for file paths
  2023-12-12 23:22 [PATCH htdocs] current: use <code> for file paths Mike Frysinger
@ 2023-12-15 15:53 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2023-12-15 15:53 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: gdb-patches

>>>>> "Mike" == Mike Frysinger <vapier@gentoo.org> writes:

Mike> Not sure if we do this elsewhere, but rendering file paths in monospace
Mike> text is fairly common in practice (e.g. GNU manuals).  There doesn't
Mike> seem to be other usage in this repo, nor GNU guidance in general (as
Mike> that only exists for texi sources), so just use <code>.

Looks good, thank you for all these web site patches.

Tom

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-15 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-12 23:22 [PATCH htdocs] current: use <code> for file paths Mike Frysinger
2023-12-15 15:53 ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).