diff options
author | Ceri Davies <ceri@submonkey.net> | 2021-04-28 04:55:32 +0000 |
---|---|---|
committer | Guangyuan Yang <ygy@FreeBSD.org> | 2021-05-03 09:48:35 +0000 |
commit | b41a8364fb655f9d84a08e446e850bc98147483b (patch) | |
tree | 965401018489b82e3175ea619bde2fe575b4a867 | |
parent | c59b71fd5414b2ae2a175126424cdc58c93d59dd (diff) | |
download | src-b41a8364fb655f9d84a08e446e850bc98147483b.tar.gz src-b41a8364fb655f9d84a08e446e850bc98147483b.zip |
geom_uzip(4): fix a typo
While I was there, also fixed a whitespace issue reported by mandoc
-Tlint.
PR: 254338
(cherry picked from commit f33f2365eeefa38730e365bf6813cd0b90c9e9bc)
-rw-r--r-- | share/man/man4/geom_uzip.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/geom_uzip.4 b/share/man/man4/geom_uzip.4 index 359940bd2cf1..4b8e8d355c81 100644 --- a/share/man/man4/geom_uzip.4 +++ b/share/man/man4/geom_uzip.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 13, 2019 +.Dd April 28, 2021 .Dt GEOM_UZIP 4 .Os .Sh NAME @@ -53,7 +53,7 @@ The framework provides support for compressed read-only disk images. 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 .Nm to detect compressed images which have been created with @@ -70,7 +70,7 @@ is not limited to supporting only .Xr md 4 images. 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 .Pa .uzip suffix. |