summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-09-19 20:11:27 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-09-19 20:11:27 +0000
commit818d141da99e306936d1cee18b6121af46c9688e (patch)
treee4de7130548fe21240a54dc1b98d24fce79c0e0c /usr.bin
parent7853e2672aa870af1a2bd431535a4d9c918b0836 (diff)
Xref modload(8), not modstat(8).
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/modstat/modstat.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/modstat/modstat.8 b/usr.bin/modstat/modstat.8
index 67e0023d271..c51e50e1fe8 100644
--- a/usr.bin/modstat/modstat.8
+++ b/usr.bin/modstat/modstat.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: modstat.8,v 1.9 2000/11/10 05:10:36 aaron Exp $
+.\" $OpenBSD: modstat.8,v 1.10 2001/09/19 20:11:26 miod Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved.
@@ -56,7 +56,7 @@ utility exits with a status of 0 on success
or with a nonzero status if an error occurred.
.Sh SEE ALSO
.Xr lkm 4 ,
-.Xr modstat 8 ,
+.Xr modload 8 ,
.Xr modunload 8
.Sh AUTHORS
Terrence R. Lambert <terry@cs.weber.edu>