1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

style: Use oxford comma in one place.

Suggested by:		pauamma
Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-07-28 07:59:56 -06:00
parent ea86fed519
commit 0cf5abd758

View File

@ -38,7 +38,7 @@ source tree.
It is also a guide for the preferred userland code style.
The preferred line width is 80 characters, but some exceptions are
made when a slightly longer line is clearer or easier to read.
Anything that is frequently grepped for, such as diagnostic, error or panic
Anything that is frequently grepped for, such as diagnostic, error, or panic
messages, should not be broken up over multiple lines despite this rule.
Many of the style rules are implicit in the examples.
Be careful to check the examples before assuming that