diff options
Diffstat (limited to 'doc/mdevd.html')
-rw-r--r-- | doc/mdevd.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/mdevd.html b/doc/mdevd.html index b5b8a36..3b21565 100644 --- a/doc/mdevd.html +++ b/doc/mdevd.html @@ -90,13 +90,17 @@ is seriously verbose debugging. </li> device nodes, and it will not spawn commands. Instead, it will print to stdout the commands it would have spawned. </li> <li> <tt>-f</tt> <em>conffile</em> : read the configuration -file from <em>conffile</em>. Default is <tt>/etc/mdev.conf</tt>. </li> +file from <em>conffile</em>. Default is <tt>/etc/mdev.conf</tt>. +<em>conffile</em> must be an absolute path. </li> <li> <tt>-s</tt> <em>slashsys</em> : assume the sysfs -pseudo-filesystem is mounted on <em>slashsys</em>. Default is <tt>/sys</tt>. </li> +pseudo-filesystem is mounted on <em>slashsys</em>. Default is <tt>/sys</tt>. +<em>slashsys</em> must be an absolute path. </li> <li> <tt>-d</tt> <em>slashdev</em> : assume the device nodes -are to be found in <em>slashdev</em>. Default is <tt>/dev</tt>. </li> +are to be found in <em>slashdev</em>. Default is <tt>/dev</tt>. +<em>slashdev</em> must be an absolute path. </li> <li> <tt>-F</tt> <em>fwbase</em> : assume the firmware files, if any, -are to be found in <em>fwbase</em>. Default is <tt>/lib/firmware</tt>. </li> +are to be found in <em>fwbase</em>. Default is <tt>/lib/firmware</tt>. +<em>fwbase</em> must be an absolute path. </li> </ul> <h2> Configuration file </h2> |