aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Robinson <andr345@gmail.com>2009-06-15 19:40:15 +0200
committerAndreas Robinson <andr345@gmail.com>2009-06-15 19:40:15 +0200
commitaf2dcad6b54f610512c18eeb32bf27e71c82a24f (patch)
tree6e9cd7f59585262d83d8d601b25d9e57ab26ee94
parent87110582dc04c989394b4c715c5d574215bb0342 (diff)
downloadmodule-init-tools-af2dcad6b54f610512c18eeb32bf27e71c82a24f.tar.gz
doc: delete modprobe -w option documentation
Signed-off-by: Andreas Robinson <andr345@gmail.com>
-rw-r--r--doc/modprobe.sgml14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/modprobe.sgml b/doc/modprobe.sgml
index 44dcf7a..fde8ca7 100644
--- a/doc/modprobe.sgml
+++ b/doc/modprobe.sgml
@@ -217,20 +217,6 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><option>-w</option> <option>--wait</option>
- </term>
- <listitem>
- <para>
- This option is applicable only with the -r or --remove option.
- It causes modprobe to block in the kernel (within the kernel
- module handling code itself) waiting for the specified module's
- reference count to reach zero. Default operation is for modprobe
- to operate like rmmod, which exits with EWOULDBLOCK if the
- module's reference count is non-zero.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><option>-V</option> <option>--version</option>
</term>
<listitem>