git: 90d19a534a69 - stable/12 - Fix arch rendering
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Nov 2022 19:10:31 UTC
The branch stable/12 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=90d19a534a699149c8e4f3e0f0ea70dab7d4502e commit 90d19a534a699149c8e4f3e0f0ea70dab7d4502e Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-03-12 00:52:13 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2022-11-12 19:09:20 +0000 Fix arch rendering (cherry picked from commit dbd92cc2a4915a2070c93cff423314f43edfc841) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b3aec18d6ed..1f61b4667882 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. |