netbsd -> kernel, NetBSD -> FreeBSD

This commit is contained in:
David Greenman 1994-08-19 13:28:21 +00:00
parent 62a6e4161e
commit 645637cf3f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2129
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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)