From owner-freebsd-doc@FreeBSD.ORG Mon Sep 30 14:07:50 2013 Return-Path: Delivered-To: freebsd-doc@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 ESMTP id 2628C4AC for ; Mon, 30 Sep 2013 14:07:50 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) Received: from mailrelay.embarq.synacor.com (mailrelay.embarq.synacor.com [208.47.184.3]) by mx1.freebsd.org (Postfix) with ESMTP id E609D2A1C for ; Mon, 30 Sep 2013 14:07:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; d=embarqmail.com; s=s012408; c=relaxed/simple; q=dns/txt; i=@embarqmail.com; t=1380550063; h=From:Subject:Date:To:Mime-Version:Content-Type; bh=0V0mEnrlNNLf1TTlWvydvJY2zGY=; b=Idb8P7JS8K4jNTBiW9SVWIxWZQ8P+7h0hxp0fTlMkX5/GHCXqV7OgtRhGPGVDKSA W7P4QCj0NjPWJiQE6SvDyJFBstXbNaf+FcYVE8VD6SIKkYEGIJp44lBhbvqCTgoQ; X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.1 cv=RN2KQeS+ c=1 sm=0 tr=0 a=LL1rU70OFnpulNlbRbgreA==:117 a=LL1rU70OFnpulNlbRbgreA==:17 a=K-v-2zaBAAAA:8 a=h8tTLNj-ggcA:10 a=1poGYrevpj8A:10 a=kj9zAlcOel0A:10 a=1oqGTYSLAAAA:8 a=mhUNDWbPviAA:10 a=6I5d2MoRAAAA:8 a=DFs-62z_joxauxpZBhgA:9 a=CjuIK1q_8ugA:10 a=MDd1s_GphvgA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp04.embarq.synacor.com smtp.user=bsd-unix@embarqmail.com; auth=pass (LOGIN) Received: from [74.4.93.34] ([74.4.93.34:62663] helo=earth.milkyway.net) by smtp.centurylink.net (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTPA id CD/EA-29524-EA589425; Mon, 30 Sep 2013 10:07:43 -0400 Date: Mon, 30 Sep 2013 10:07:42 -0400 From: Randy Pratt To: freebsd-doc@FreeBSD.org Subject: Docbook: programlisting and screen Message-Id: <20130930100742.bb97c7e5ed071c1c37c42194@embarqmail.com> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; i386-portbld-freebsd8.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2013 14:07:50 -0000 I've noticed that trying to copy content from the rendered Handbook from a browser does not retain the line breaks in some places. This occurs for material that are contained within a or elements. As an example, try to copy and paste some content from the section 30.6.5.5. for "An Example Stateful Ruleset" into a text editor. (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-ipfw.html) The result is the entire copied content is a single line which would require a lot of tedious editing. I've tried different browsers with the same result. I finally ended using the xml source to do the copy. I seem to remember being able to do a copy but it was probably when sgml was used. Is there some way to make it easier to copy these sections? Thanks, Randy