summaryrefslogtreecommitdiff
path: root/sys/man/6
diff options
context:
space:
mode:
authorStuart Morrow <morrow.stuart@gmail.com>2021-11-01 20:49:43 +0000
committerqwx <qwx@sciops.net>2021-11-01 20:49:43 +0000
commit3f495077869362629de9d0c0b070ffca10ceb729 (patch)
treea1d10c5fa5001e0bf77d4dc279f84b5dfac61966 /sys/man/6
parentcdf3be65eac3c925451c0cb82393effd1c308327 (diff)
mainly just spelling and typos
Diffstat (limited to 'sys/man/6')
-rw-r--r--sys/man/6/style2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/6/style b/sys/man/6/style
index b0ae34d4a..e266055c4 100644
--- a/sys/man/6/style
+++ b/sys/man/6/style
@@ -18,7 +18,7 @@ avoid
.IP •
no tabs expanded to spaces.
.IP •
-surround a binary operator (particular a low precedence one) with spaces;
+surround a binary operator (particularly a low precedence one) with spaces;
don't try to write the most compact code possible
but rather the most readable.
.IP •