summaryrefslogtreecommitdiff
path: root/usr/src/tools/onbld
diff options
context:
space:
mode:
authorCody Peter Mello <cody.mello@joyent.com>2016-04-10 01:32:26 +0000
committerRobert Mustacchi <rm@joyent.com>2016-06-20 21:46:37 -0700
commit1b2031a95889aea96be6af55dcf31a0d5ffdfed9 (patch)
tree4e8232c05295cc91eb9b260e85be565c40d6eca4 /usr/src/tools/onbld
parent831b40b1c811223fd0b1131791a38e3ae5143377 (diff)
downloadillumos-gate-1b2031a95889aea96be6af55dcf31a0d5ffdfed9.tar.gz
7050 Prefer 'subcommand' over 'sub-command' in the manual pages
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/tools/onbld')
-rw-r--r--usr/src/tools/onbld/Checks/SpellCheck.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/tools/onbld/Checks/SpellCheck.py b/usr/src/tools/onbld/Checks/SpellCheck.py
index da4ab55cdb..13ab16c7c2 100644
--- a/usr/src/tools/onbld/Checks/SpellCheck.py
+++ b/usr/src/tools/onbld/Checks/SpellCheck.py
@@ -242,6 +242,8 @@ misspellings = {
}
alternates = {
+ 'sub-command': 'subcommand',
+ 'sub-commands': 'subcommands',
'writeable': 'writable'
}