From owner-svn-doc-all@FreeBSD.ORG Mon Jul 22 23:56:54 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 38A4FE4D; Mon, 22 Jul 2013 23:56:54 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 29B512B59; Mon, 22 Jul 2013 23:56:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6MNur9A071298; Mon, 22 Jul 2013 23:56:53 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6MNuraZ071297; Mon, 22 Jul 2013 23:56:53 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307222356.r6MNuraZ071297@svn.freebsd.org> From: Warren Block Date: Mon, 22 Jul 2013 23:56:53 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42389 - head/en_US.ISO8859-1/books/fdp-primer/writing-style X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jul 2013 23:56:54 -0000 Author: wblock Date: Mon Jul 22 23:56:53 2013 New Revision: 42389 URL: http://svnweb.freebsd.org/changeset/doc/42389 Log: Fix a spelling error and simplify the acronym definition paragraph. Submitted by: bjk Modified: head/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.xml Mon Jul 22 22:22:20 2013 (r42388) +++ head/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.xml Mon Jul 22 23:56:53 2013 (r42389) @@ -282,15 +282,13 @@ Acronyms - Acronyms should be spelled out the first time + Acronyms should be defined the first time they appear in a document, as in: Network Time Protocol (NTP). After the acronym has been defined, use the acronym alone unless it makes more - sense contextually to use the whole term. Usually, acronyms - are defined only one per document. But they can also be - defined the first time they appear in a - chapter. + sense contextually to use the whole term. Acronyms are usually + defined only once per chapter or per document. All acronyms should be enclosed in acronym tags.