Small fixes.

This commit is contained in:
Christian Brueffer 2010-01-17 19:33:32 +00:00
parent 92cf719944
commit d298cb40c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202519

View File

@ -54,7 +54,7 @@
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
utility is used to control mount verification GEOM class. utility is used to control the mount verification GEOM class.
When configured, it passes all the I/O requests to the underlying provider. When configured, it passes all the I/O requests to the underlying provider.
When the underlying provider disappears - for example because the disk device When the underlying provider disappears - for example because the disk device
got disconnected - it queues all the I/O requests and waits for the provider got disconnected - it queues all the I/O requests and waits for the provider
@ -111,9 +111,10 @@ This can be set to a number between 0 and 3 inclusive.
If set to 0 minimal debug information is printed, and if set to 3 the If set to 0 minimal debug information is printed, and if set to 3 the
maximum amount of debug information is printed. maximum amount of debug information is printed.
.It Va kern.geom.mountver.check.check_ident : No 1 .It Va kern.geom.mountver.check.check_ident : No 1
This can be set to 0 or 1. If set to 0, This can be set to 0 or 1.
If set to 0,
.Nm .Nm
will reattach to the device even if the device reports different disk ID. will reattach to the device even if the device reports a different disk ID.
.El .El
.Sh EXIT STATUS .Sh EXIT STATUS
Exit status is 0 on success, and 1 if the command fails. Exit status is 0 on success, and 1 if the command fails.