Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/modstat Clarify that the -k option only provides the ad...



details:   https://anonhg.NetBSD.org/src/rev/ab59e1ddaefd
branches:  trunk
changeset: 745075:ab59e1ddaefd
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Feb 22 14:26:18 2020 +0000

description:
Clarify that the -k option only provides the address of the module's
text segment.  The addresses of any other segments are not available.

diffstat:

 sbin/modstat/modstat.8 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9bea1d7a1a05 -r ab59e1ddaefd sbin/modstat/modstat.8
--- a/sbin/modstat/modstat.8    Sat Feb 22 14:07:57 2020 +0000
+++ b/sbin/modstat/modstat.8    Sat Feb 22 14:26:18 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: modstat.8,v 1.26 2019/12/07 12:35:27 wiz Exp $
+.\" $NetBSD: modstat.8,v 1.27 2020/02/22 14:26:18 pgoyette Exp $
 .\"
 .\" Copyright (c) 1993 Christopher G. Demetriou
 .\" All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
 .\"
-.Dd December 5, 2019
+.Dd Februaru 22, 2020
 .Dt MODSTAT 8
 .Os
 .Sh NAME
@@ -64,7 +64,7 @@
 .It Fl e
 Tells you whether or not you may load a module at the moment.
 .It Fl k
-Display the module's kernel address (disabled by default).
+Display the kernel address of the module's text segment (disabled by default).
 .It Fl n Ar name
 Display the status of only the module with this name.
 Please note that



Home | Main Index | Thread Index | Old Index