diff options
author | Cody Peter Mello <cody.mello@joyent.com> | 2016-04-10 01:32:26 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2016-06-20 21:46:37 -0700 |
commit | 1b2031a95889aea96be6af55dcf31a0d5ffdfed9 (patch) | |
tree | 4e8232c05295cc91eb9b260e85be565c40d6eca4 /usr/src/tools/onbld | |
parent | 831b40b1c811223fd0b1131791a38e3ae5143377 (diff) | |
download | illumos-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.py | 2 |
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' } |