I've extended the synopsis section of md(4) to look more like other man pages.
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device md
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
geom_md_load="YES"
This is useful for people using MINIMAL kernel configuration files that do not contain device md.