]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: fix use of "e.g." in stdbuf help message
authorMichal Nazarewicz <mina86@mina86.com>
Tue, 23 Sep 2014 01:50:14 +0000 (03:50 +0200)
committerPádraig Brady <P@draigBrady.com>
Tue, 23 Sep 2014 08:08:34 +0000 (09:08 +0100)
"E.g." stands for latin "exempli gratia" which is typically read
as "for example".  "E.g." does not stand for the word "example".
As such, "for e.g." might be read as "for for example".

Fix this usage by simply replacing "e.g." with "example".

src/stdbuf.c

index d9cf02bf281b05f665c46cbc8b6cf076034d36a6..3fb5d3c42fa597d458b0f73acfa7a43a77ae57ba 100644 (file)
@@ -115,7 +115,7 @@ size set to MODE bytes.\n\
 "), stdout);
       fputs (_("\n\
 NOTE: If COMMAND adjusts the buffering of its standard streams ('tee' does\n\
-for e.g.) then that will override corresponding settings changed by 'stdbuf'.\n\
+for example) then that will override corresponding changes by 'stdbuf'.\n\
 Also some filters (like 'dd' and 'cat' etc.) don't use streams for I/O,\n\
 and are thus unaffected by 'stdbuf' settings.\n\
 "), stdout);