]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
docs: netlink: Couple of intro-specs documentation fixes
authorGal Pressman <gal@nvidia.com>
Wed, 5 Nov 2025 19:29:08 +0000 (21:29 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 6 Nov 2025 22:50:59 +0000 (14:50 -0800)
Fix typo "handul" to "handful" and remove outdated limitation
stating only generic netlink is supported (we have netlink-raw).

Reviewed-by: Carolina Jubran <cjubran@nvidia.com>
Signed-off-by: Gal Pressman <gal@nvidia.com>
Link: https://patch.msgid.link/20251105192908.686458-1-gal@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/userspace-api/netlink/intro-specs.rst

index a4435ae4628d4589882525932be4aece7b6f4e37..e5ebc617754a386148bee2973be9119441bf795a 100644 (file)
@@ -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``