Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2013 08:16:41 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r42429 - head/en_US.ISO8859-1/books/fdp-primer/docbook-markup
Message-ID:  <201307250816.r6P8Gf1x034901@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gabor
Date: Thu Jul 25 08:16:41 2013
New Revision: 42429
URL: http://svnweb.freebsd.org/changeset/doc/42429

Log:
  - Do not wrap prompts in literal since DB 5.0 doesn' allow it and this
    section is meant to show the rendering, which may be different when
    wrapped into literal

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	Thu Jul 25 08:14:46 2013	(r42428)
+++ head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml	Thu Jul 25 08:16:41 2013	(r42429)
@@ -324,14 +324,14 @@
 
 	    <row>
 	      <entry><literal>&amp;prompt.root;</literal></entry>
-	      <entry><literal>&prompt.root;</literal></entry>
+	      <entry>&prompt.root;</entry>
 	      <entry>The <username>root</username> user
 		prompt.</entry>
 	    </row>
 
 	    <row>
 	      <entry><literal>&amp;prompt.user;</literal></entry>
-	      <entry><literal>&prompt.user;</literal></entry>
+	      <entry>&prompt.user;</entry>
 	      <entry>A prompt for an unprivileged user.</entry>
 	    </row>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307250816.r6P8Gf1x034901>