From f21a3151368b5d1dbc24e28a521391c1b3a5af4c Mon Sep 17 00:00:00 2001 From: reed Date: Fri, 24 Mar 2006 00:38:23 +0000 Subject: [PATCH] In the DIAGNOSTICS section, document that mismatched LKM and kernel versions will be reported to the console and to the system message buffer. And update documentation date. --- sbin/modload/modload.8 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8 index 0698f91b6b79..1ed860b642c0 100644 --- a/sbin/modload/modload.8 +++ b/sbin/modload/modload.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: modload.8,v 1.25 2003/09/06 20:09:26 wiz Exp $ +.\" $NetBSD: modload.8,v 1.26 2006/03/24 00:38:23 reed Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .\" <> .\" -.Dd September 6, 2003 +.Dd March 23, 2006 .Dt MODLOAD 8 .Os .Sh NAME @@ -128,6 +128,9 @@ The .Nm utility exits with a status of 0 on success and with a nonzero status if an error occurs. +.Pp +Mismatched LKM and kernel versions will be reported to the console +and to the system message buffer. .Sh SEE ALSO .Xr ld 1 , .Xr lkm 4 ,