From owner-svn-doc-head@FreeBSD.ORG Wed Jul 10 15:03:50 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4D899750; Wed, 10 Jul 2013 15:03:50 +0000 (UTC) (envelope-from joel@vnode.se) Received: from mail.vnode.se (mail.vnode.se [212.247.52.13]) by mx1.freebsd.org (Postfix) with ESMTP id 094AC13C5; Wed, 10 Jul 2013 15:03:49 +0000 (UTC) Received: from mail.vnode.se (localhost [127.0.0.1]) by mail.vnode.se (Postfix) with ESMTP id D874BE3F07A; Wed, 10 Jul 2013 17:03:41 +0200 (CEST) X-Virus-Scanned: amavisd-new at vnode.se Received: from mail.vnode.se ([127.0.0.1]) by mail.vnode.se (mail.vnode.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1k6vZKYVyfP2; Wed, 10 Jul 2013 17:03:39 +0200 (CEST) Received: from [10.101.105.140] (edsfw.benders.se [212.247.52.27]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.vnode.se (Postfix) with ESMTPSA id 7589CE3F079; Wed, 10 Jul 2013 17:03:39 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: svn commit: r42235 - head/en_US.ISO8859-1/books/fdp-primer/docbook-markup From: Joel Dahl In-Reply-To: Date: Wed, 10 Jul 2013 17:03:41 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <47757ABD-D461-4089-9C25-E511CD4B0F83@vnode.se> References: <201307101135.r6ABZl5q011350@svn.freebsd.org> To: Benjamin Kaduk X-Mailer: Apple Mail (2.1508) Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org, Warren Block X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 15:03:50 -0000 10 jul 2013 kl. 16:46 skrev Benjamin Kaduk : > On Wed, 10 Jul 2013, Warren Block wrote: >=20 >> Author: wblock >> Date: Wed Jul 10 11:35:47 2013 >> New Revision: 42235 >> URL: http://svnweb.freebsd.org/changeset/doc/42235 >>=20 >> Log: >> Add a section showing use of tags, both with and without >> "nolink". Move the sample inside the , the >> comment that noted procedures could not be inside examples is no >> longer correct. >>=20 >> Modified: >> head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml >>=20 >> Modified: = head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml = Wed Jul 10 10:38:06 2013 (r42234) >> +++ head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml = Wed Jul 10 11:35:47 2013 (r42235) >> @@ -1572,6 +1570,49 @@ This is the file called 'foo2' >> >> >>=20 >> + >> + Email Addresses >> + >> + Email addresses are marked up with >> + email tags. 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. >> + >> + >> + <sgmltag>email</sgmltag> with a Hyperlink >> + >> + Usage: >> + >> + paraQuestions about &os; may be sent to >> + emailquestions@&os;.orgemail.para >=20 > Somehow I thought "freebsd-questions@FreeBSD.org" was the preferred = spelling. It definitely is. -- Joel=