From owner-svn-doc-all@FreeBSD.ORG Thu Jul 25 08:16:42 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 01074152; Thu, 25 Jul 2013 08:16:41 +0000 (UTC) (envelope-from gabor@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 E2A4F24D4; Thu, 25 Jul 2013 08:16:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6P8GfNX034902; Thu, 25 Jul 2013 08:16:41 GMT (envelope-from gabor@svn.freebsd.org) Received: (from gabor@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6P8Gf1x034901; Thu, 25 Jul 2013 08:16:41 GMT (envelope-from gabor@svn.freebsd.org) Message-Id: <201307250816.r6P8Gf1x034901@svn.freebsd.org> From: Gabor Kovesdan Date: Thu, 25 Jul 2013 08:16:41 +0000 (UTC) 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 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: Thu, 25 Jul 2013 08:16:42 -0000 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 @@ &prompt.root; - &prompt.root; + &prompt.root; The root user prompt. &prompt.user; - &prompt.user; + &prompt.user; A prompt for an unprivileged user.