From owner-svn-doc-all@FreeBSD.ORG Fri Jul 12 03:52:31 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 E82C2BC0; Fri, 12 Jul 2013 03:52:31 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DA6301780; Fri, 12 Jul 2013 03:52:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6C3qVPU043375; Fri, 12 Jul 2013 03:52:31 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6C3qVKu043374; Fri, 12 Jul 2013 03:52:31 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307120352.r6C3qVKu043374@svn.freebsd.org> From: Warren Block Date: Fri, 12 Jul 2013 03:52:31 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42258 - head/en_US.ISO8859-1/books/fdp-primer/docbook-markup 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: Fri, 12 Jul 2013 03:52:32 -0000 Author: wblock Date: Fri Jul 12 03:52:31 2013 New Revision: 42258 URL: http://svnweb.freebsd.org/changeset/doc/42258 Log: Improve the clarity of the email examples and add a guibutton example. Modified: head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml Fri Jul 12 03:21:55 2013 (r42257) +++ head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml Fri Jul 12 03:52:31 2013 (r42258) @@ -1572,8 +1572,8 @@ This is the file called 'foo2' Email Addresses - Email addresses are marked up with - email tags. In the HTML + Email addresses are marked up as + email elements. In the HTML output format, the wrapped text becomes a hyperlink to the email address. Other output formats that support hyperlinks may also make the email address into a link. @@ -1583,13 +1583,15 @@ This is the file called 'foo2' Usage: - paraQuestions about &os; may be sent to - emailquestions@&os;.orgemail.para + paraAn email address that does not actually exist, like + emailnotreal@example.comemail, can be used as an + example.para Appearance: - Questions about &os; may be sent to - questions@&os;.org. + An email address that does not actually exist, like + notreal@example.com, can be used as an + example. A &os;-specific extension allows setting the @@ -1602,13 +1604,15 @@ This is the file called 'foo2' Usage: - paraQuestions about &os; may be sent to - email role="nolink"questions@&os;.orgemail.para + paraSometimes a link to an email address like + email role="nolink"notreal@example.comemail is not + desired.para Appearance: - Questions about &os; may be sent to - questions@&os;.org. + Sometimes a link to an email address like + notreal@example.com is not + desired. @@ -1767,6 +1771,31 @@ This is the file called 'foo2' + + Showing <acronym>GUI</acronym> Buttons + + Buttons presented by a graphical user interface are marked + with guibutton. To make the text look more + like a graphical button, brackets and non-breaking spaces are + added surrounding the text. + + + <sgmltag>guibutton</sgmltag> + + Usage: + + paraEdit the file, then click + guibutton[&nbsp;Save&nbsp;]guibutton to save the + changes.para + + Appearance: + + Edit the file, then click + [ Save ] to save the + changes. + + + Quoting System Errors