From 0e8bf24b083b4c396660abe6f7d073a08a0d70fb Mon Sep 17 00:00:00 2001 From: Torsten Blum Date: Thu, 26 Oct 1995 21:44:11 +0000 Subject: [PATCH] fix a reference in "SEE ALSO" (modunload(8) mistakenly references itself instead of modload(8)) --- sbin/modunload/modunload.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/modunload/modunload.8 b/sbin/modunload/modunload.8 index e98de02f401..3398837784c 100644 --- a/sbin/modunload/modunload.8 +++ b/sbin/modunload/modunload.8 @@ -23,7 +23,7 @@ .\" (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: modunload.8,v 1.2 1994/08/19 13:29:23 davidg Exp $ +.\" $Id: modunload.8,v 1.3 1994/08/19 13:40:41 davidg Exp $ .\" .Dd June 7, 1993 .Dt MODUNLOAD 8 @@ -62,7 +62,7 @@ utility exits with a status of 0 on success and with a nonzero status if an error occurs. .Sh SEE ALSO .Xr lkm 4 , -.Xr modunload 8 , +.Xr modload 8 , .Xr modstat 8 .Sh HISTORY The