Module Name: src
Committed By: pgoyette
Date: Thu Mar 15 10:03:04 UTC 2018
Modified Files:
src/sbin/modstat [pgoyette-compat]: modstat.8
Log Message:
Typo - for aliases, the REQUIRES column contains the real _module_ name,
not the real alias name.
To generate a diff of this commit:
cvs rdiff -u -r1.22.12.1 -r1.22.12.2 src/sbin/modstat/modstat.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/modstat/modstat.8
diff -u src/sbin/modstat/modstat.8:1.22.12.1 src/sbin/modstat/modstat.8:1.22.12.2
--- src/sbin/modstat/modstat.8:1.22.12.1 Sat Mar 10 10:36:26 2018
+++ src/sbin/modstat/modstat.8 Thu Mar 15 10:03:04 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: modstat.8,v 1.22.12.1 2018/03/10 10:36:26 pgoyette Exp $
+.\" $NetBSD: modstat.8,v 1.22.12.2 2018/03/15 10:03:04 pgoyette Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved.
@@ -103,10 +103,10 @@ flag
.Fl f
(force) to be loaded.
.It Dv A
-Module is an alias for another module.
+The named module is an alias for another module.
The REQUIRES column contains the
.Dq real
-alias name.
+module name.
.El
.It Li REFS
Number of references held on the module.