summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-03-23 04:23:10 +0000
committerobrien <obrien@FreeBSD.org>2003-03-23 04:23:10 +0000
commitfe0afe560cefb3d349c05c61e2bf509dcb9c4656 (patch)
tree02ee10a2c340cd4be63427bd61c93f5ac88b118d
parentb0cc396f99cee1747cbb1c492e79d3007c8f5897 (diff)
downloadFreeBSD-src-fe0afe560cefb3d349c05c61e2bf509dcb9c4656.zip
FreeBSD-src-fe0afe560cefb3d349c05c61e2bf509dcb9c4656.tar.gz
s/loaded as a module/available as a module/g
Submitted by: ru
-rw-r--r--release/Makefile2
-rw-r--r--share/man/man7/release.72
2 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 670af42..ecf43c9 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -10,7 +10,7 @@
# the release (default is HEAD).
#
# Please note: the md(4) driver must be present in the kernel
-# (either by being compiled in or loaded as a kld(4) module),
+# (either by being compiled in or available as a kld(4) module),
# otherwise the target 'release.9' and possibly others will fail.
#
# Note: "/some/dir" cannot reside on a filesystem mounted with
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7
index a73bbb3..aa246b2 100644
--- a/share/man/man7/release.7
+++ b/share/man/man7/release.7
@@ -61,7 +61,7 @@ environment.
The release procedure also requires that the
.Xr md 4
(memory disk) device driver be present in the kernel
-(either by being compiled in or loaded as a module).
+(either by being compiled in or available as a module).
.Pp
This document does not cover source code management, quality
assurance, or other aspects of the release engineering process.
OpenPOWER on IntegriCloud