From 6342e78d0ecb2c388bf3bb349a78b69f749ef2bc Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 17 Apr 2015 18:19:26 +0200 Subject: [PATCH] gmountver(8): Document the 'create' subcommand properly Looks like the previous text originated from gcache(8). Obtained from: ElectroBSD --- sbin/geom/class/mountver/gmountver.8 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sbin/geom/class/mountver/gmountver.8 b/sbin/geom/class/mountver/gmountver.8 index 98dfbb4..060f5cb 100644 --- a/sbin/geom/class/mountver/gmountver.8 +++ b/sbin/geom/class/mountver/gmountver.8 @@ -35,7 +35,7 @@ .Nm .Cm create .Op Fl v -.Ar dev ... +.Ar prov ... .Nm .Cm destroy .Op Fl fv @@ -68,8 +68,11 @@ The first argument to indicates an action to be performed: .Bl -tag -width ".Cm destroy" .It Cm create -Cache the given devices with specified -.Ar name . +Enable mount verification for the given provider. +If the operation succeeds, a new GEOM provider will be created using the +given provider's name with a +.Qq .mountver +suffix. The kernel module .Pa geom_mountver.ko will be loaded if it is not loaded already. -- 2.3.0