I'd like to get a list of words to avoid - mainly because they're ambiguous. Apple and Microsoft's own documentation do a good job of avoiding these words.<br><br>* Word to avoid: System. <br>* Why: Ambiguous. A system is a series of parts that work together to achieve some overall purpose. Which describes just about everything in life. I am writing you know using a system involving SMTP, a web based client, and a regular expression parsing engine. In computer terms, 'system' is ambiguous, and can mean:
<br> - A computer<br> - The kernel, as opposed to user space.<br> - A method of performing some operation<br>* Better word to use instead:<br> - Computer<br> - Kernel<br><br>* Word to Avoid: Architecture<br>* Why: Ambiguous.Is
 my architecture 'x86 64', or 'thin client'? The front page of Community Docs has used the terms with both meanings for a couple of months now. Most humans aren't aware that computers have architecture. <br>* Better word to use instead:
<br> - CPU type<br><br>* Word to avoid: Configure, configuration<br>* Why: Unnecessary - 'configure' means the same thing as 'set up', but isn't used part of regular, plain speech.<br>* Better words to use instead:<br> 
- set up, setting up<br><br>Any more suggestions/additions folks?<br><br>Mike<br><br><br><br><br><br><br><br><br><br><br>