Documentation: Use a little more care with the trademarked Unix name.

This commit is contained in:
Gregory Nutt
2018-05-11 08:15:51 -06:00
parent ce7dcfcd12
commit f12f2c3828
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -259,7 +259,7 @@
<h2>1.2 <a name="lines">Lines</a></h2>
<p>
<b>Line Endings</b>.
Files should be formatted with <code>\n</code> as the line ending (Unix line endings), not <code>\r\n</code> (Windows line endings).
Files should be formatted with <code>\n</code> as the line ending (Unix-style line endings), not <code>\r\n</code> (Windows line endings).
There should be no extra whitespace at the end of the line.
In addition, all text files should end in a single newline (<code>\n</code>). This avoids the <i>"No newline at end of file"</i> warning generated by certain tools.
</p>