diff options
author | dg <dg@FreeBSD.org> | 1994-08-19 13:28:21 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-08-19 13:28:21 +0000 |
commit | 86df58d019c7a499acaa258e51bfe9db9ee6a579 (patch) | |
tree | 67ebfa7b17341b78ec54c3e7b665317b544ab028 /sbin/modload | |
parent | d81bff9b628b8cc504ce0685fbbcefe6ac41e726 (diff) | |
download | FreeBSD-src-86df58d019c7a499acaa258e51bfe9db9ee6a579.zip FreeBSD-src-86df58d019c7a499acaa258e51bfe9db9ee6a579.tar.gz |
netbsd -> kernel, NetBSD -> FreeBSD
Diffstat (limited to 'sbin/modload')
-rw-r--r-- | sbin/modload/modload.8 | 6 | ||||
-rw-r--r-- | sbin/modload/modload.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8 index e9e9315..2d62b99 100644 --- a/sbin/modload/modload.8 +++ b/sbin/modload/modload.8 @@ -23,11 +23,11 @@ .\" (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/01/29 01:43:30 jtc Exp $ +.\" $Id: modload.8,v 1.1 1994/08/19 12:07:12 davidg Exp $ .\" .Dd June 7, 1993 .Dt MODLOAD 8 -.Os NetBSD 0.8a +.Os FreeBSD 2.0 .Sh NAME .Nm modload .Nd load a kernel module @@ -83,7 +83,7 @@ the linker. .El .Sh FILES .Bl -tag -width /usr/include/sys/lkm.h -compact -.It Pa /netbsd +.It Pa /kernel default file passed to the linker to resolve external references in the module .It Pa /usr/include/sys/lkm.h diff --git a/sbin/modload/modload.c b/sbin/modload/modload.c index 256d1f3..4fea21b 100644 --- a/sbin/modload/modload.c +++ b/sbin/modload/modload.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: modload.c,v 1.9 1994/05/23 05:42:41 cgd Exp $ + * $Id: modload.c,v 1.1 1994/08/19 12:07:14 davidg Exp $ */ #include <stdio.h> @@ -85,7 +85,7 @@ linkcmd(kernel, entry, outfile, address, object) break; case 1: /* uninformitive error */ /* - * Someone needs to fix the return values from the NetBSD + * Someone needs to fix the return values from the FreeBSD * ld program -- it's totally uninformative. * * No such file (4 on SunOS) |