summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2001-09-19 20:11:26 +0000
committermiod <miod@openbsd.org>2001-09-19 20:11:26 +0000
commit5640b785db0f574f9764dfdba1d1f3b69e2c5c55 (patch)
treec4ddad590f60b40f42566f7e799131679ffc1ca8
parentmention that sendmail can do SSL/TLS and reference starttls.8 (diff)
downloadwireguard-openbsd-5640b785db0f574f9764dfdba1d1f3b69e2c5c55.tar.xz
wireguard-openbsd-5640b785db0f574f9764dfdba1d1f3b69e2c5c55.zip
Xref modload(8), not modstat(8).
-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>