dns_resolver: correct module name in dns resolver documentation
authorBharath SM <bharathsm.hsk@gmail.com>
Sun, 24 Mar 2024 10:43:38 +0000 (16:13 +0530)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 26 Mar 2024 09:15:36 +0000 (10:15 +0100)
Fix an incorrect module name and sysfs path in dns resolver
documentation.

Signed-off-by: Bharath SM <bharathsm@microsoft.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240324104338.44083-1-bharathsm@microsoft.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Documentation/networking/dns_resolver.rst

index add4d59a99a5ff4ef040ae44659a5e8721230cf6..c0364f7070af842e42f3ea1800fc15519c9645ba 100644 (file)
@@ -118,7 +118,7 @@ Keys of dns_resolver type can be read from userspace using keyctl_read() or
 Mechanism
 =========
 
-The dnsresolver module registers a key type called "dns_resolver".  Keys of
+The dns_resolver module registers a key type called "dns_resolver".  Keys of
 this type are used to transport and cache DNS lookup results from userspace.
 
 When dns_query() is invoked, it calls request_key() to search the local
@@ -152,4 +152,4 @@ Debugging
 Debugging messages can be turned on dynamically by writing a 1 into the
 following file::
 
-       /sys/module/dnsresolver/parameters/debug
+       /sys/module/dns_resolver/parameters/debug