From owner-svn-doc-all@FreeBSD.ORG Sat Jul 5 03:52:28 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F9D850B; Sat, 5 Jul 2014 03:52:28 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3078420CF; Sat, 5 Jul 2014 03:52:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s653qS6F079714; Sat, 5 Jul 2014 03:52:28 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s653qSSi079713; Sat, 5 Jul 2014 03:52:28 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201407050352.s653qSSi079713@svn.freebsd.org> From: Warren Block Date: Sat, 5 Jul 2014 03:52:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45210 - 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.18 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: Sat, 05 Jul 2014 03:52:28 -0000 Author: wblock Date: Sat Jul 5 03:52:27 2014 New Revision: 45210 URL: http://svnweb.freebsd.org/changeset/doc/45210 Log: Add example of to . 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 4 21:15:20 2014 (r45209) +++ head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml Sat Jul 5 03:52:27 2014 (r45210) @@ -978,6 +978,11 @@ substeps. Each step contains block elements and may include an optional title. + Sometimes, steps are not sequential, but present a choice: + do this or do that, + but not both. For these alternative choices, use + stepalternatives. + <tag>procedure</tag> @@ -995,6 +1000,20 @@ step paraAnd now do this.para step + + step + paraFinally, do one of these.para + + stepalternatives + step + paraGo left.para + step + + step + paraGo right.para + step + stepalternatives + step procedure Appearance: @@ -1011,6 +1030,20 @@ And now do this. + + + Finally, do one of these: + + + + Go left. + + + + Go right. + + +