geom_uzip(4): fix a typo

While I was there, also fixed a whitespace issue reported by mandoc
-Tlint.

PR:		254338
MFC after:	3 days
This commit is contained in:
Ceri Davies 2021-04-28 00:55:32 -04:00 committed by Guangyuan Yang
parent f6fec55fe3
commit f33f2365ee

View File

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd August 13, 2019 .Dd April 28, 2021
.Dt GEOM_UZIP 4 .Dt GEOM_UZIP 4
.Os .Os
.Sh NAME .Sh NAME
@ -53,7 +53,7 @@ The
framework provides support for compressed read-only framework provides support for compressed read-only
disk images. disk images.
This allows significant storage savings at the expense of This allows significant storage savings at the expense of
a some CPU time on each read. some CPU time on each read.
Data written in the GEOM label area allows Data written in the GEOM label area allows
.Nm .Nm
to detect compressed images which have been created with to detect compressed images which have been created with
@ -70,7 +70,7 @@ is not limited to supporting only
.Xr md 4 .Xr md 4
images. images.
The image can also reside on a block device. The image can also reside on a block device.
.Pq For example, a disk, USB flash drive, DVD-ROM, etc. .Pq For example, a disk, USB flash drive, DVD-ROM, etc .
The appropriate device node will appear with the The appropriate device node will appear with the
.Pa .uzip .Pa .uzip
suffix. suffix.