diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-22 19:50:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-22 19:50:13 +0000 |
commit | 8b55f6f077c72d8294a67c752a4f761429ef52b0 (patch) | |
tree | 364ccd7026c8419703aa12d790399092e17828cd /doc/mdevd.html | |
parent | 0f5f1a96f4d9b1bd279e3cff4e33c33c018d9969 (diff) | |
download | mdevd-8b55f6f077c72d8294a67c752a4f761429ef52b0.tar.xz |
Option args need to be absolute paths
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> |