Commit 75925faf authored by Bharath SM's avatar Bharath SM Committed by Paolo Abeni

dns_resolver: correct module name in dns resolver documentation

Fix an incorrect module name and sysfs path in dns resolver
documentation.
Signed-off-by: default avatarBharath SM <bharathsm@microsoft.com>
Reviewed-by: default avatarSimon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240324104338.44083-1-bharathsm@microsoft.comSigned-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent 537c2e91
...@@ -118,7 +118,7 @@ Keys of dns_resolver type can be read from userspace using keyctl_read() or ...@@ -118,7 +118,7 @@ Keys of dns_resolver type can be read from userspace using keyctl_read() or
Mechanism 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. 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 When dns_query() is invoked, it calls request_key() to search the local
...@@ -152,4 +152,4 @@ Debugging ...@@ -152,4 +152,4 @@ Debugging
Debugging messages can be turned on dynamically by writing a 1 into the Debugging messages can be turned on dynamically by writing a 1 into the
following file:: following file::
/sys/module/dnsresolver/parameters/debug /sys/module/dns_resolver/parameters/debug
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment