Module Name: src Committed By: jruoho Date: Mon Jul 13 12:44:04 UTC 2020
Modified Files: src/share/man/man7: module.7 Log Message: Complete the example. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man7/module.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man7/module.7 diff -u src/share/man/man7/module.7:1.7 src/share/man/man7/module.7:1.8 --- src/share/man/man7/module.7:1.7 Thu Aug 31 08:36:32 2017 +++ src/share/man/man7/module.7 Mon Jul 13 12:44:04 2020 @@ -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 @@ make install .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 ,