Page MenuHomeFreeBSD

Bug 218610 - md(4) manpage misses geom_md.ko
ClosedPublic

Authored by bcr on Sep 7 2017, 7:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 28, 6:20 AM
Unknown Object (File)
Oct 17 2024, 6:01 PM
Unknown Object (File)
Oct 17 2024, 6:01 PM
Unknown Object (File)
Oct 17 2024, 6:01 PM
Unknown Object (File)
Oct 17 2024, 5:32 PM
Unknown Object (File)
Oct 5 2024, 11:30 PM
Unknown Object (File)
Sep 16 2024, 1:12 AM
Unknown Object (File)
Sep 15 2024, 12:46 PM
Subscribers

Details

Summary

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.

Test Plan
  1. Apply the patch to head/share/man/man4/md.4
  2. Check the output: man head/share/man/man4/md.4
  3. comment/approve

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable