Sat Mar 10 10:36:26 2018 UTC ()
Document the new A-is-for-Alias flag value


(pgoyette)
diff -r1.22 -r1.22.12.1 src/sbin/modstat/modstat.8

cvs diff -r1.22 -r1.22.12.1 src/sbin/modstat/modstat.8 (expand / switch to context diff)
--- src/sbin/modstat/modstat.8 2016/09/12 06:54:00 1.22
+++ src/sbin/modstat/modstat.8 2018/03/10 10:36:26 1.22.12.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: modstat.8,v 1.22 2016/09/12 06:54:00 wiz Exp $
+.\" $NetBSD: modstat.8,v 1.22.12.1 2018/03/10 10:36:26 pgoyette Exp $
 .\"
 .\" Copyright (c) 1993 Christopher G. Demetriou
 .\" All rights reserved.
@@ -97,11 +97,16 @@
 .It Dv a
 Module is auto-loaded.
 .It Dv f
-Required the
+Requires the
 .Xr modload 8
 flag
 .Fl f
 (force) to be loaded.
+.It Dv A
+Module is an alias for another module.
+The REQUIRES column contains the
+.Dq real
+alias name.
 .El
 .It Li REFS
 Number of references held on the module.