On Sat, Mar 23, 2024 at 01:41:40PM +0530, Bharath SM wrote: > Fix an incorrect sysfs path in dns resolver documentation > > Signed-off-by: Bharath SM <bharathsm@xxxxxxxxxxxxx> Hi, There is another instance of "dnsresolver" in the same file. Should it also be changed? > --- > Documentation/networking/dns_resolver.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/networking/dns_resolver.rst b/Documentation/networking/dns_resolver.rst > index add4d59a99a5..99bf72a6ed45 100644 > --- a/Documentation/networking/dns_resolver.rst > +++ b/Documentation/networking/dns_resolver.rst > @@ -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 > -- > 2.34.1 > >