-What:          /sys/module
-Description:
-       The /sys/module tree consists of the following structure:
+The /sys/module tree consists of the following structure:
 
-       /sys/module/MODULENAME
+What:          /sys/module/<MODULENAME>
+Description:
                The name of the module that is in the kernel.  This
                module name will always show up if the module is loaded as a
                dynamic module.  If it is built directly into the kernel, it
                Note: The conditions of creation in the built-in case are not
                by design and may be removed in the future.
 
-       /sys/module/MODULENAME/parameters
+What:          /sys/module/<MODULENAME>/parameters
+Description:
                This directory contains individual files that are each
                individual parameters of the module that are able to be
                changed at runtime.  See the individual module
                individual driver documentation for details as to the
                stability of the different parameters.
 
-       /sys/module/MODULENAME/refcnt
+What:          /sys/module/<MODULENAME>/refcnt
+Description:
                If the module is able to be unloaded from the kernel, this file
                will contain the current reference count of the module.