From: Jim Meyering Date: Sun, 23 Jun 1996 19:15:15 +0000 (+0000) Subject: Add comma after e.g. in comment. X-Git-Tag: TEXTUTILS-1_18a~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b617aa5f3f6fbe415f2bebb07b29e0c8d3d169e2;p=thirdparty%2Fcoreutils.git Add comma after e.g. in comment. From Karl B. --- diff --git a/src/cp.c b/src/cp.c index f28056b8af..2be3a3a68d 100644 --- a/src/cp.c +++ b/src/cp.c @@ -506,7 +506,7 @@ do_copy (int argc, char **argv) /* When the force and backup options have been specified and the source and destination are the same name for an existing - regular file, convert the user's command, e.g. + regular file, convert the user's command, e.g., `cp --force --backup foo foo' to `cp --force foo fooSUFFIX' where SUFFIX is determined by any version control options used. */