Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: netlink: clean up after deprecating version

Jiri moved version to legacy specs in commit 0f07415ebb78 ("netlink:
specs: don't allow version to be specified for genetlink").
Update the documentation.

Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/20231016214540.1822392-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

+14 -5
-5
Documentation/userspace-api/netlink/specs.rst
··· 86 86 Name of the family. Name identifies the family in a unique way, since 87 87 the Family IDs are allocated dynamically. 88 88 89 - version 90 - ~~~~~~~ 91 - 92 - Generic Netlink family version, default is 1. 93 - 94 89 protocol 95 90 ~~~~~~~~ 96 91