diff options
author | wollman <wollman@FreeBSD.org> | 1994-09-22 22:35:53 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-09-22 22:35:53 +0000 |
commit | 6c462c3384cbaad8e3d22ee05935301c12d7ede6 (patch) | |
tree | dca196edbb8b9f611be5f69596309f5e6fa030a8 /sbin/modload/modload.8 | |
parent | eeef7952c3836dd1eb5e994695d5c745b6b51784 (diff) | |
download | FreeBSD-src-6c462c3384cbaad8e3d22ee05935301c12d7ede6.zip FreeBSD-src-6c462c3384cbaad8e3d22ee05935301c12d7ede6.tar.gz |
Add two new flags:
-q just shut up, will you?!
-u unlink output file after successful load
Diffstat (limited to 'sbin/modload/modload.8')
-rw-r--r-- | sbin/modload/modload.8 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8 index 36d099b..d2aaac6 100644 --- a/sbin/modload/modload.8 +++ b/sbin/modload/modload.8 @@ -23,9 +23,9 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: modload.8,v 1.3 1994/08/19 13:39:20 davidg Exp $ +.\" $Id: modload.8,v 1.4 1994/09/18 04:12:12 davidg Exp $ .\" -.Dd June 7, 1993 +.Dd September 22, 1994 .Dt MODLOAD 8 .Os .Sh NAME @@ -33,7 +33,7 @@ .Nd load a kernel module .Sh SYNOPSIS .Nm modload -.Op Fl dv +.Op Fl dquv .Op Fl A Ar kernel .Op Fl e Ar entry .Op Fl p Ar postinstall @@ -53,6 +53,12 @@ are as follows: Debug. Used to debug .Nm itself. +.It Fl q +Be very quiet. +.It Fl u +Delete the loaded module +.Pq Ar output_file +after loading. .It Fl v Print comments about the loading process. .It Fl A Ar kernel @@ -111,6 +117,5 @@ to the corresponding command in Terrence R. Lambert, terry@cs.weber.edu .El .Sh BUGS -Loadable streams modules and loadable execution interpreters -are not currently supported. The loadable device driver framework can +The loadable device driver framework can only reserve either a character or block device entry, not both. |