Module Name: src
Committed By: christos
Date: Tue Jul 18 13:00:00 UTC 2017
Modified Files:
src/sbin/modload: modload.8
Log Message:
PR/52417: Edgar Pettijohn: modules.conf(5) not mentioned in related manuals
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sbin/modload/modload.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/modload/modload.8
diff -u src/sbin/modload/modload.8:1.45 src/sbin/modload/modload.8:1.46
--- src/sbin/modload/modload.8:1.45 Mon Sep 12 02:52:59 2016
+++ src/sbin/modload/modload.8 Tue Jul 18 09:00:00 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: modload.8,v 1.45 2016/09/12 06:52:59 wiz Exp $
+.\" $NetBSD: modload.8,v 1.46 2017/07/18 13:00:00 christos Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
.\"
-.Dd September 12, 2016
+.Dd JUly 18, 2017
.Dt MODLOAD 8
.Os
.Sh NAME
@@ -129,6 +129,7 @@ utility exits with a status of 0 on succ
and with a nonzero status if an error occurs.
.Sh SEE ALSO
.Xr modctl 2 ,
+.Xr modules.conf 5 ,
.Xr module 7 ,
.Xr modstat 8 ,
.Xr modunload 8