Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-03-12 03:52:13 +0300
committerMitchell Horne <mhorne@FreeBSD.org>2022-11-12 22:07:14 +0300
commitad2fe889798f3b189fee5ab15f0f62d02e8e4c2d (patch)
tree6e28afc3654d3ca138d49c67cee37cba30443dd2
parent7d9207ce56c7bebfe589d3565569bed7c0d60f16 (diff)
Fix arch rendering
(cherry picked from commit dbd92cc2a4915a2070c93cff423314f43edfc841)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 42ffc6774fc7..3e92b653c94d 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. |