git: f33f2365eeef - main - geom_uzip(4): fix a typo
Guangyuan Yang
ygy at FreeBSD.org
Wed Apr 28 04:59:50 UTC 2021
The branch main has been updated by ygy (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=f33f2365eeefa38730e365bf6813cd0b90c9e9bc
commit f33f2365eeefa38730e365bf6813cd0b90c9e9bc
Author: Ceri Davies <ceri at submonkey.net>
AuthorDate: 2021-04-28 04:55:32 +0000
Commit: Guangyuan Yang <ygy at FreeBSD.org>
CommitDate: 2021-04-28 04:59:03 +0000
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
---
share/man/man4/geom_uzip.4 | 6 +++---
1 file 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.
More information about the dev-commits-src-main
mailing list