summaryrefslogtreecommitdiff
path: root/lib/libc/sys/modctl.2
diff options
context:
space:
mode:
authorpgoyette <pgoyette@NetBSD.org>2019-12-06 21:45:14 +0000
committerpgoyette <pgoyette@NetBSD.org>2019-12-06 21:45:14 +0000
commit4047deaaf9e769cf2b162ffa06bbc6d3a4538f0f (patch)
tree5fc0606d23025650887bae7f29880242c3068fed /lib/libc/sys/modctl.2
parent9cd27e1cdf410b7fbf73c938a0e61a2a5ffbe995 (diff)
Note also that the load address (if provided) is also for the module's
text segment.
Diffstat (limited to 'lib/libc/sys/modctl.2')
-rw-r--r--lib/libc/sys/modctl.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/modctl.2 b/lib/libc/sys/modctl.2
index 1c24a5aeae3..98988cca012 100644
--- a/lib/libc/sys/modctl.2
+++ b/lib/libc/sys/modctl.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: modctl.2,v 1.16 2019/12/04 23:35:36 pgoyette Exp $
+.\" $NetBSD: modctl.2,v 1.17 2019/12/06 21:45:14 pgoyette Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd December 4, 2019
+.Dd December 5, 2019
.Dt MODCTL 2
.Os
.Sh NAME
@@ -181,10 +181,10 @@ Executable file format.
Miscellaneous.
.El
.It Fa "uint64_t ms_addr"
-The load address within the kernel.
+The load address within the kernel of the module's text segment.
(This value is available only for privileged users.)
.It Fa "u_int ms_size"
-Loaded size of the module's text section.
+Loaded size of the module's text segment.
(This value is available only for privileged users.)
.It Fa "u_int ms_refcnt"
Current number of live references to this module.