]> git.ipfire.org Git - thirdparty/coreutils.git/commit
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)
commit08a99aeb3680dcd4c56b9feb8bc704c86397736c
tree8d2518fc07f85a9e9f982b6dbbdffadb15ed506c
parentd2bcb04400cb00ffd55e7a1d4e5a8e3e7329c062
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".
src/stdbuf.c