git: 0cf5abd75855 - main - style: Use oxford comma in one place.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Jul 2022 14:04:28 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=0cf5abd75855bf662523232d6d9f994329d7c586
commit 0cf5abd75855bf662523232d6d9f994329d7c586
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-07-28 13:59:56 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-07-28 14:01:54 +0000
style: Use oxford comma in one place.
Suggested by: pauamma
Sponsored by: Netflix
---
share/man/man9/style.9 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 3b2e9d7e9d6f..4ef0c0a8b4bb 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -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