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 unified 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,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: modstat.8,v 1.22 2016/09/12 06:54:00 wiz Exp $ 1.\" $NetBSD: modstat.8,v 1.22.12.1 2018/03/10 10:36:26 pgoyette Exp $
2.\" 2.\"
3.\" Copyright (c) 1993 Christopher G. Demetriou 3.\" Copyright (c) 1993 Christopher G. Demetriou
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. All advertising materials mentioning features or use of this software 14.\" 3. All advertising materials mentioning features or use of this software
@@ -87,31 +87,36 @@ Where the module was loaded from. @@ -87,31 +87,36 @@ Where the module was loaded from.
87indicates that the module was built into the running kernel. 87indicates that the module was built into the running kernel.
88.Qq Dv boot 88.Qq Dv boot
89indicates that the module was loaded during system bootstrap. 89indicates that the module was loaded during system bootstrap.
90.Qq Dv filesys 90.Qq Dv filesys
91indicates that the module was loaded from the file system. 91indicates that the module was loaded from the file system.
92.It Li SIZE 92.It Li SIZE
93Size of the module in bytes. 93Size of the module in bytes.
94.It Li FLAG 94.It Li FLAG
95The module flags: 95The module flags:
96.Bl -tag -width a -offset indent -compact 96.Bl -tag -width a -offset indent -compact
97.It Dv a 97.It Dv a
98Module is auto-loaded. 98Module is auto-loaded.
99.It Dv f 99.It Dv f
100Required the 100Requires the
101.Xr modload 8 101.Xr modload 8
102flag 102flag
103.Fl f 103.Fl f
104(force) to be loaded. 104(force) to be loaded.
 105.It Dv A
 106Module is an alias for another module.
 107The REQUIRES column contains the
 108.Dq real
 109alias name.
105.El 110.El
106.It Li REFS 111.It Li REFS
107Number of references held on the module. 112Number of references held on the module.
108Disabled builtin modules will show a count of \-1 here. 113Disabled builtin modules will show a count of \-1 here.
109.It Li ADDRESS 114.It Li ADDRESS
110The kernel address at which the module is loaded. 115The kernel address at which the module is loaded.
111Builtin modules will show 0 here. 116Builtin modules will show 0 here.
112This field is only displayed if the 117This field is only displayed if the
113.Fl k 118.Fl k
114option is specified. 119option is specified.
115.It Li REQUIRES 120.It Li REQUIRES
116Additional modules that must be present. 121Additional modules that must be present.
117.El 122.El