Tidy up displays so that they fit onto a printed page (sort of).

This commit is contained in:
Greg Lehey 1999-04-06 00:45:40 +00:00
parent 4548245097
commit 96102d452c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4618
3 changed files with 18 additions and 15 deletions

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: chapter.sgml,v 1.13 1999-03-09 20:05:39 nik Exp $
$Id: chapter.sgml,v 1.14 1999-04-06 00:45:40 grog Exp $
-->
<chapter id="cutting-edge">
@ -150,7 +150,8 @@ subscribe cvs-all</programlisting>
automatically. For a fairly easy interface to this, simply
type:</para>
<screen>&prompt.root; <userinput>pkg_add -f ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></screen>
<blockquote><screen>&prompt.root; <userinput>pkg_add -f \
ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></screen></blockquote>
</listitem>
<listitem>
@ -305,7 +306,8 @@ subscribe cvs-all</programlisting>
automatically. For a fairly easy interface to this, simply
type;</para>
<screen>&prompt.root; <userinput>pkg_add -f ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></screen>
<blockquote><screen>&prompt.root; <userinput>pkg_add -f \
ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></screen></blockquote>
</listitem>
<listitem>
@ -643,8 +645,7 @@ subscribe cvs-all</programlisting>
</example>
<example>
<title>Creating a list of changes (as unidiffs) to &man.ls.1;
between FreeBSD 2.2.2 and FreeBSD 2.2.6:</title>
<title>Creating a list of changes (as unidiffs) to &man.ls.1;</title>
<screen>
&prompt.user; <userinput>setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs</userinput>