[gnu.org #1912852] Typo in the Findutils manual
"Therese Godefroy via RT" <[email protected]>
| Newsgroups | gmane.comp.gnu.findutils.bugs |
|---|---|
| Message-ID | <rt-4.2.16-14-g9a593ee-13691-1675082787-407.1912852-8-0@rt.gnu.org> |
Le Lun 23 Jan 2023 04:07:04, [email protected] a écrit : > https://www.gnu.org/software/findutils/manual/html_mono/find.html > > s/a line contains the/a line containing the/ > Hello Findutils maintainers, Here is the sentence the OP is referring to: "The xargs command will process all its input, building command lines and executing them, unless one of the commands exits with a status of 255 (this will cause xargs to issue an error message and stop) or it reads a line contains the end of file string specified with the ‘--eof’ option." Even with the typo corrected, I find this sentence a little difficult to read. It may help to emphasize its structure, for example by adding numbers: ... unless (1) one of the commands exits with a status of 255 (this will cause xargs to issue an error message and stop) or (2) it reads a line containing the end of file string specified with the ‘--eof’ option." Best regards, Thérèse