Skip to content

Commit 0bf5882

Browse files
vlendecsmfrench
authored andcommitted
Fix path in cifs/usage.rst
/sys/module/... not /proc/module/... Signed-off-by: Volker Lendecke <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 76dcd73 commit 0bf5882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/admin-guide/cifs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ CIFS kernel module parameters
858858
These module parameters can be specified or modified either during the time of
859859
module loading or during the runtime by using the interface::
860860

861-
/proc/module/cifs/parameters/<param>
861+
/sys/module/cifs/parameters/<param>
862862

863863
i.e.::
864864

0 commit comments

Comments
 (0)