Remove ``cannot'' from the word list. We aren't building a
dictionary, so it doesn't make sense to list common, every-day words with well-known spellings. Besides, "can not" is a proper, albeit confusing, construct. For example: The quick brown fox can not jump over the lazy dog. The above isn't saying that the fox isn't capable of jumping over the dog, but rather that the fox is capable of *not* jumping over it (e.g., it can walk around it). It is confusing (and should be avoided), but nonetheless valid, English.
This commit is contained in:
parent
29eb89e99b
commit
fb12aad004
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9973
1 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.sgml,v 1.13 2001/07/15 00:16:23 murray Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.sgml,v 1.14 2001/07/17 01:24:58 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="writing-style">
|
||||
|
@ -319,7 +319,6 @@ V
|
|||
<listitem><para>4.X-STABLE</para></listitem>
|
||||
<listitem><para>Internet</para></listitem>
|
||||
<listitem><para>CDROM</para></listitem>
|
||||
<listitem><para>cannot</para></listitem>
|
||||
<listitem><para>MHz</para></listitem>
|
||||
<listitem><para>Unix</para></listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue