diff options
author | Benedict Reuschling <bcr@FreeBSD.org> | 2017-11-05 18:45:43 +0000 |
---|---|---|
committer | Benedict Reuschling <bcr@FreeBSD.org> | 2017-11-05 18:45:43 +0000 |
commit | 70cccb5ce09c5caee7a18a2a9d1d70fae5705a45 (patch) | |
tree | 9f32492e3c6d2939c14e848a445a534d841fe196 /share/man/man4/md.4 | |
parent | 18b80db55f73591f9f5fac7d604fe691c42feb1a (diff) |
Notes
Diffstat (limited to 'share/man/man4/md.4')
-rw-r--r-- | share/man/man4/md.4 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/share/man/man4/md.4 b/share/man/man4/md.4 index 477465fe9d389..f13aa4d2f676b 100644 --- a/share/man/man4/md.4 +++ b/share/man/man4/md.4 @@ -7,14 +7,26 @@ .\" .\" $FreeBSD$ .\" -.Dd October 30, 2007 +.Dd November 5, 2017 .Dt MD 4 .Os .Sh NAME .Nm md .Nd memory disk .Sh SYNOPSIS -.Cd device md +To compile this driver into the kernel, +place the following lines in your +kernel configuration file: +.Bd -ragged -offset indent +.Cd "device md" +.Ed +.Pp +Alternatively, to load the driver as a +module at boot time, place the following line in +.Xr loader.conf 5 : +.Bd -literal -offset indent +geom_md_load="YES" +.Ed .Sh DESCRIPTION The .Nm |