Source-Changes-HG archive

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

[src/trunk]: src/share/man/man7 Complete the example.



details:   https://anonhg.NetBSD.org/src/rev/baa2251612aa
branches:  trunk
changeset: 935921:baa2251612aa
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon Jul 13 12:44:04 2020 +0000

description:
Complete the example.

diffstat:

 share/man/man7/module.7 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 9e3abe8e355b -r baa2251612aa share/man/man7/module.7
--- a/share/man/man7/module.7   Mon Jul 13 11:59:37 2020 +0000
+++ b/share/man/man7/module.7   Mon Jul 13 12:44:04 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: module.7,v 1.7 2017/08/31 08:36:32 wiz Exp $
+.\" $NetBSD: module.7,v 1.8 2020/07/13 12:44:04 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 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 August 31, 2017
+.Dd July 13, 2020
 .Dt MODULE 7
 .Os
 .Sh NAME
@@ -131,10 +131,11 @@
 .Pp
 Alternatively, the
 .Dq build.sh
-tool can be used to build only the modules.
+tool can be used to build only the modules:
 .Bd -literal -offset indent
 cd /usr/src
 \&./build.sh -O /usr/obj -T /usr/tools modules
+\&./build.sh -O /usr/obj -T /usr/tools installmodules=/
 .Ed
 .Sh SEE ALSO
 .Xr modctl 2 ,



Home | Main Index | Thread Index | Old Index