~ubuntu-branches/ubuntu/trusty/kmod/trusty

« back to all changes in this revision

Viewing changes to man/insmod.8

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-10-24 06:16:30 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20131024061630-o87ipf2zxqtpigls
Tags: 15-0ubuntu1
* New upstream release. (See Debian #716739)
* Drop patches included upstream: dot_kcmdline, bad_alias_assertion,
  blacklist_aliased.
* Drop check_builtin_kver, this would only apply to lucid and is otherwise
  unnecessary.
* Drop --disable-shared/--enable-static, this got dropped in this version
  and isn't necessary any more. /bin/kmod does not dynamically link to
  libkmod by default now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
'\" t
2
2
.\"     Title: insmod
3
3
.\"    Author: Jon Masters <jcm@jonmasters.org>
4
 
.\" Generator: DocBook XSL Stylesheets v1.77.0 <http://docbook.sf.net/>
5
 
.\"      Date: 06/19/2012
 
4
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
 
5
.\"      Date: 08/22/2013
6
6
.\"    Manual: insmod
7
7
.\"    Source: kmod
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "INSMOD" "8" "06/19/2012" "kmod" "insmod"
 
10
.TH "INSMOD" "8" "08/22/2013" "kmod" "insmod"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
34
34
\fBinsmod\fR [\fIfilename\fR] [\fImodule\ options\fR...]
35
35
.SH "DESCRIPTION"
36
36
.PP
37
 
 
38
37
\fBinsmod\fR
39
38
is a trivial program to insert a module into the kernel\&. Most users will want to use
40
39
\fBmodprobe\fR(8)
48
47
This manual page originally Copyright 2002, Rusty Russell, IBM Corporation\&. Maintained by Jon Masters and others\&.
49
48
.SH "SEE ALSO"
50
49
.PP
51
 
 
52
50
\fBmodprobe\fR(8),
53
51
\fBrmmod\fR(8),
54
 
\fBlsmod\fR(8)
55
 
\fBmodinfo\fR(8)
 
52
\fBlsmod\fR(8)\fBmodinfo\fR(8)
56
53
.SH "AUTHORS"
57
54
.PP
58
55
\fBJon Masters\fR <\&jcm@jonmasters\&.org\&>