Word wrap.

Somehow, an entire question got shoved over several spaces...  don't
know by who, and really don't care who, just fix it.
This commit is contained in:
Michael Lucas 2003-06-11 23:39:06 +00:00
parent df60cd02f4
commit 4f5b827be8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17262

View file

@ -8729,9 +8729,9 @@ Key F15 A A Menu Workplace Nop</programlisting>
<para>Use the <application>SMBFS</application> toolset. It <para>Use the <application>SMBFS</application> toolset. It
includes a set of kernel modifications and a set of includes a set of kernel modifications and a set of
userland programs. The programs and information are userland programs. The programs and information are
available as <filename role="package">net/smbfs</filename> in the ports available as <filename role="package">net/smbfs</filename>
collection, or in the base system as of 4.5-RELEASE and in the ports collection, or in the base system as of
later.</para> 4.5-RELEASE and later.</para>
</answer> </answer>
</qandaentry> </qandaentry>
@ -8814,9 +8814,10 @@ Key F15 A A Menu Workplace Nop</programlisting>
<para>I've just installed CVSup but trying to execute it <para>I've just installed CVSup but trying to execute it
produces errors. What is wrong?</para> produces errors. What is wrong?</para>
</question> </question>
<answer> <answer>
<para>First, see if the error message you are <para>First, see if the error message you are receiving is
receiving is like the one shown below.</para> like the one shown below.</para>
<programlisting>/usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found</programlisting> <programlisting>/usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found</programlisting>
@ -8826,12 +8827,12 @@ Key F15 A A Menu Workplace Nop</programlisting>
<application>XFree86</application> suite. If you want to <application>XFree86</application> suite. If you want to
use the <acronym>GUI</acronym> included with use the <acronym>GUI</acronym> included with
<application>CVSup</application> you will need to install <application>CVSup</application> you will need to install
<application>XFree86</application> now. Alternatively if you <application>XFree86</application> now. Alternatively if
just wish to use <application>CVSup</application> from a you just wish to use <application>CVSup</application> from
command line you should delete the package previously a command line you should delete the package previously
installed. Then install the <filename installed. Then install the <filename
role="package">net/cvsup-without-gui</filename> port. This is role="package">net/cvsup-without-gui</filename> port. This
covered in more detail in the <ulink is covered in more detail in the <ulink
url="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html">CVSup url="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html">CVSup
section</ulink> of the Handbook.</para> section</ulink> of the Handbook.</para>
</answer> </answer>