diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-01-30 18:33:53 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-01-31 20:36:03 -0800 |
commit | 01e47a372268beaec517dc0ea8d9101550600df4 (patch) | |
tree | e95511c7f80a0e1e961b7990e8f85cef5e4c1649 /Documentation/userspace-api/netlink/specs.rst | |
parent | b784db7ae840811dfb3eea900620f6bb4ae6e0b1 (diff) |
docs: netlink: add a starting guide for working with specs
We have a bit of documentation about the internals of Netlink
and the specs, but really the goal is for most people to not
worry about those. Add a practical guide for beginners who
want to poke at the specs.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/userspace-api/netlink/specs.rst')
-rw-r--r-- | Documentation/userspace-api/netlink/specs.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/userspace-api/netlink/specs.rst b/Documentation/userspace-api/netlink/specs.rst index 8394d74fc63a..6ffe8137cd90 100644 --- a/Documentation/userspace-api/netlink/specs.rst +++ b/Documentation/userspace-api/netlink/specs.rst @@ -21,6 +21,9 @@ Internally kernel uses the YAML specs to generate: YAML specifications can be found under ``Documentation/netlink/specs/`` +This document describes details of the schema. +See :doc:`intro-specs` for a practical starting guide. + Compatibility levels ==================== |