aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-07-28 13:59:56 +0000
committerWarner Losh <imp@FreeBSD.org>2022-07-28 14:01:54 +0000
commit0cf5abd75855bf662523232d6d9f994329d7c586 (patch)
tree74f9dcfba515551d828644c7ecb6f472b9a38113
parentea86fed51909de51b4a5e31a593d625e07f4b21d (diff)
downloadsrc-0cf5abd75855bf662523232d6d9f994329d7c586.tar.gz
src-0cf5abd75855bf662523232d6d9f994329d7c586.zip
style: Use oxford comma in one place.
Suggested by: pauamma Sponsored by: Netflix
-rw-r--r--share/man/man9/style.92
1 files changed, 1 insertions, 1 deletions
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