projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76dcd73
)
Fix path in cifs/usage.rst
author
Volker Lendecke
<vl@samba.org>
Wed, 23 Nov 2022 16:51:21 +0000
(17:51 +0100)
committer
Steve French
<stfrench@microsoft.com>
Thu, 8 Dec 2022 15:51:53 +0000
(09:51 -0600)
/sys/module/... not /proc/module/...
Signed-off-by: Volker Lendecke <vl@samba.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Documentation/admin-guide/cifs/usage.rst
patch
|
blob
|
history
diff --git
a/Documentation/admin-guide/cifs/usage.rst
b/Documentation/admin-guide/cifs/usage.rst
index 3766bf8a1c20ed9bdc0d99770a90e312fd470062..ed3b8dc854ecf215b770b25b68209761997eb2c7 100644
(file)
--- a/
Documentation/admin-guide/cifs/usage.rst
+++ b/
Documentation/admin-guide/cifs/usage.rst
@@
-858,7
+858,7
@@
CIFS kernel module parameters
These module parameters can be specified or modified either during the time of
module loading or during the runtime by using the interface::
- /
proc
/module/cifs/parameters/<param>
+ /
sys
/module/cifs/parameters/<param>
i.e.::