aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/unzip
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-06-27 16:58:40 +0000
committerWarner Losh <imp@FreeBSD.org>2023-06-27 16:58:40 +0000
commita1db51dbdb016d4130a7a2f4ad93908fcc44eedd (patch)
treee6ba00648753b7c5c8e31facb1760c4e463fc80b /usr.bin/unzip
parenta227908571da056f66abb7263f965331303bf02f (diff)
downloadsrc-a1db51dbdb016d4130a7a2f4ad93908fcc44eedd.tar.gz
src-a1db51dbdb016d4130a7a2f4ad93908fcc44eedd.zip
unzip(1): Comma after e.g.
Add comma after e.g. to make igor happy (oh, and I suppose to conform to normal English grammar rules). Sponsored by: Netflix
Diffstat (limited to 'usr.bin/unzip')
-rw-r--r--usr.bin/unzip/unzip.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/unzip/unzip.1 b/usr.bin/unzip/unzip.1
index 436f1a928ce9..fd826fbe1c05 100644
--- a/usr.bin/unzip/unzip.1
+++ b/usr.bin/unzip/unzip.1
@@ -127,7 +127,7 @@ Currently only
mode 1 is supported, which lists the file names one per line.
.It Ar [member ...]
Optional list of members to extract from the zipfile.
-Can include patterns, e.g.
+Can include patterns, e.g.,
.Ar 'memberdir/*'
will extract all files and dirs below memberdir.
.El