git: a1db51dbdb01 - main - unzip(1): Comma after e.g.

From: Warner Losh <imp_at_FreeBSD.org>
Date: Tue, 27 Jun 2023 17:00:22 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=a1db51dbdb016d4130a7a2f4ad93908fcc44eedd

commit a1db51dbdb016d4130a7a2f4ad93908fcc44eedd
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-06-27 16:58:40 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-06-27 16:58:40 +0000

    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
---
 usr.bin/unzip/unzip.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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