Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2023 14:08:11 GMT
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 32e47f62724e - main - sys/README.md: Add a section for documentation
Message-ID:  <202308031408.373E8B0R091505@gitrepo.freebsd.org>

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

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

commit 32e47f62724e6cce2df0bc69d6ceba2d058d3585
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-08-03 13:48:17 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-08-03 14:07:41 +0000

    sys/README.md: Add a section for documentation
    
    Add web links to intro(9) and the Architecture Handbook.
    
    Reviewed by:    lwhsu, emaste
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D41253
---
 sys/README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/sys/README.md b/sys/README.md
index 77db5026eff3..10c9f183f7e1 100644
--- a/sys/README.md
+++ b/sys/README.md
@@ -9,6 +9,17 @@ architecture. `GENERIC` is the configuration used in release builds. `NOTES`
 contains documentation of all possible entries. `LINT` is a compile-only
 configuration used to maximize build coverage and detect regressions.
 
+Documentation:
+--------------
+
+Source code documentation is maintained in a set of man pages, under section 9.
+These pages are located in [`share/man/man9`](../share/man/man9), from the
+top-level of the src tree. Consult [`intro(9)`](https://man.freebsd.org/intro/9)
+for an overview of existing pages.
+
+Some additional high-level documentation of the kernel is maintained in the
+[Architecture Handbook](https://docs.freebsd.org/en/books/arch-handbook/).
+
 Source Roadmap:
 ---------------
 | Directory | Description |



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