aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-03-12 00:52:13 +0000
committerWarner Losh <imp@FreeBSD.org>2021-03-12 00:52:13 +0000
commitdbd92cc2a4915a2070c93cff423314f43edfc841 (patch)
treefb58f266ae6287b432ee52b51ecf617facdeac54
parent2918e9fdb82ffe5e95cab90a754bc6c2b6dd16a2 (diff)
downloadsrc-dbd92cc2a4915a2070c93cff423314f43edfc841.tar.gz
src-dbd92cc2a4915a2070c93cff423314f43edfc841.zip
Fix arch rendering
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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. |