From 6f5ee56ae1c67b068fcdee6924fc162990096355 Mon Sep 17 00:00:00 2001 From: ae Date: Mon, 8 Jun 2015 13:23:56 +0000 Subject: Add makefile to build geom_map kld. Document some GEOM_* options in NOTES and geom(4). --- share/man/man4/geom_map.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/man/man4/geom_map.4') diff --git a/share/man/man4/geom_map.4 b/share/man/man4/geom_map.4 index 51b15c7..47b2aa8 100644 --- a/share/man/man4/geom_map.4 +++ b/share/man/man4/geom_map.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 17, 2011 +.Dd June 8, 2015 .Dt GEOM_MAP 4 .Os .Sh NAME @@ -36,7 +36,7 @@ To compile this driver into the kernel, place the following line in your kernel configuration file: .Bd -ragged -offset indent -.Cd "device geom_map" +.Cd "options geom_map" .Ed .Sh DESCRIPTION The -- cgit v1.1