Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sbin/modstat Document the new A-is-for-Alias flag ...
details: https://anonhg.NetBSD.org/src/rev/e4dd3b1bcc99
branches: pgoyette-compat
changeset: 360111:e4dd3b1bcc99
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Mar 10 10:36:26 2018 +0000
description:
Document the new A-is-for-Alias flag value
diffstat:
sbin/modstat/modstat.8 | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 5f2bcf0af78a -r e4dd3b1bcc99 sbin/modstat/modstat.8
--- a/sbin/modstat/modstat.8 Sat Mar 10 10:33:40 2018 +0000
+++ b/sbin/modstat/modstat.8 Sat Mar 10 10:36:26 2018 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index