Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2021 00:52:58 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: dbd92cc2a491 - main - Fix arch rendering
Message-ID:  <202103120052.12C0qwOW032260@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=dbd92cc2a4915a2070c93cff423314f43edfc841

commit dbd92cc2a4915a2070c93cff423314f43edfc841
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-03-12 00:52:13 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-03-12 00:52:13 +0000

    Fix arch rendering
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9f07ed61647e..74ffbfbb94bb 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Source Roadmap:
 | share | Shared resources. |
 | stand | Boot loader sources. |
 | sys | Kernel sources. |
-| sys/<arch>/conf | Kernel configuration files. GENERIC is the configuration used in release builds. NOTES contains documentation of all possible entries. |
+| sys/`arch`/conf | Kernel configuration files. GENERIC is the configuration used in release builds. NOTES contains documentation of all possible entries. |
 | tests | Regression tests which can be run by Kyua.  See [tests/README](tests/README) for additional information. |
 | tools | Utilities for regression testing and miscellaneous tasks. |
 | usr.bin | User commands. |



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103120052.12C0qwOW032260>