1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-16 20:33:18 +02:00

doc: fix use of "e.g." in stdbuf help message

"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".
This commit is contained in:
Michal Nazarewicz
2014-09-23 03:50:14 +02:00
committed by Pádraig Brady
parent d2bcb04400
commit 08a99aeb36

View 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);