summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-10-22 19:50:13 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-10-22 19:50:13 +0000
commit8b55f6f077c72d8294a67c752a4f761429ef52b0 (patch)
tree364ccd7026c8419703aa12d790399092e17828cd /doc
parent0f5f1a96f4d9b1bd279e3cff4e33c33c018d9969 (diff)
downloadmdevd-8b55f6f077c72d8294a67c752a4f761429ef52b0.tar.xz
Option args need to be absolute paths
Diffstat (limited to 'doc')
-rw-r--r--doc/mdevd.html12
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>&nbsp;<em>conffile</em>&nbsp;: 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>&nbsp;<em>slashsys</em>&nbsp;: 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>&nbsp;<em>slashdev</em>&nbsp;: 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>&nbsp;<em>fwbase</em>&nbsp;: 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>