diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2007-11-25 19:21:38 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2007-11-25 19:21:38 +0000 |
commit | 711803f922d9c7dd7ade0ea6cc78d3d800f19a2a (patch) | |
tree | f90035f698d071299e5d30c3fa853ca3e9804896 /sbin/modload/modload.8 | |
parent | 042374139d58e1e82429c54d366a7247adbcffa0 (diff) |
Make modload use /dev/ksyms as a kernel file by default.
Idea from form@, suggestions from miod@.
ok miod
Diffstat (limited to 'sbin/modload/modload.8')
-rw-r--r-- | sbin/modload/modload.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8 index 92eb61aeddd..7deaf9fd7c3 100644 --- a/sbin/modload/modload.8 +++ b/sbin/modload/modload.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: modload.8,v 1.23 2007/05/31 19:19:45 jmc Exp $ +.\" $OpenBSD: modload.8,v 1.24 2007/11/25 19:21:37 mikeb Exp $ .\" $NetBSD: modload.8,v 1.17 2001/11/16 11:57:16 wiz Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -33,7 +33,7 @@ .\" .\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>> .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: November 25 2007 $ .Dt MODLOAD 8 .Os .Sh NAME @@ -105,7 +105,7 @@ Print comments about the loading process. .El .Sh FILES .Bl -tag -width /usr/include/sys/lkm.h -compact -.It Pa /bsd +.It Pa /dev/ksyms default file passed to the linker to resolve external references in the module .It Pa /usr/include/sys/lkm.h |