[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251105192908.686458-1-gal@nvidia.com>
Date: Wed, 5 Nov 2025 21:29:08 +0200
From: Gal Pressman <gal@...dia.com>
To: "David S. Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni
<pabeni@...hat.com>, Andrew Lunn <andrew+netdev@...n.ch>,
<netdev@...r.kernel.org>
CC: Donald Hunter <donald.hunter@...il.com>, Simon Horman <horms@...nel.org>,
Jonathan Corbet <corbet@....net>, <linux-doc@...r.kernel.org>, Gal Pressman
<gal@...dia.com>, Carolina Jubran <cjubran@...dia.com>
Subject: [PATCH net-next] docs: netlink: Couple of intro-specs documentation fixes
Fix typo "handul" to "handful" and remove outdated limitation
stating only generic netlink is supported (we have netlink-raw).
Fixes: 01e47a372268 ("docs: netlink: add a starting guide for working with specs")
Fixes: e46dd903efe3 ("tools/net/ynl: Add support for netlink-raw families")
Reviewed-by: Carolina Jubran <cjubran@...dia.com>
Signed-off-by: Gal Pressman <gal@...dia.com>
---
Documentation/userspace-api/netlink/intro-specs.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/userspace-api/netlink/intro-specs.rst b/Documentation/userspace-api/netlink/intro-specs.rst
index a4435ae4628d..e5ebc617754a 100644
--- a/Documentation/userspace-api/netlink/intro-specs.rst
+++ b/Documentation/userspace-api/netlink/intro-specs.rst
@@ -13,10 +13,10 @@ Simple CLI
Kernel comes with a simple CLI tool which should be useful when
developing Netlink related code. The tool is implemented in Python
and can use a YAML specification to issue Netlink requests
-to the kernel. Only Generic Netlink is supported.
+to the kernel.
The tool is located at ``tools/net/ynl/pyynl/cli.py``. It accepts
-a handul of arguments, the most important ones are:
+a handful of arguments, the most important ones are:
- ``--spec`` - point to the spec file
- ``--do $name`` / ``--dump $name`` - issue request ``$name``
--
2.40.1
Powered by blists - more mailing lists