Line wrap corrections from previous commit. No content changes.

This commit is contained in:
Michael Lucas 2003-04-08 14:50:11 +00:00
parent d2f5cf5b1f
commit 7989d9a2e2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16497

View file

@ -2620,15 +2620,16 @@ usbd_flags=""</programlisting>
<qandaentry>
<question id="moused">
<para>Is it possible to use a mouse in any way outside
the X Window system?</para>
<para>Is it possible to use a mouse in any way outside the X
Window system?</para>
</question>
<answer>
<para>If you are using the default console driver, &man.syscons.4;, you
can use a mouse pointer in text consoles to cut &amp; paste
text. Run the mouse daemon, &man.moused.8;, and turn on the mouse
pointer in the virtual console:</para>
<para>If you are using the default console driver,
&man.syscons.4;, you can use a mouse pointer in text
consoles to cut &amp; paste text. Run the mouse daemon,
&man.moused.8;, and turn on the mouse pointer in the
virtual console:</para>
<screen>&prompt.root; <userinput>moused -p /dev/<replaceable>xxxx</replaceable> -t <replaceable>yyyy</replaceable></userinput>
&prompt.root; <userinput>vidcontrol -m on</userinput></screen>
@ -2643,19 +2644,19 @@ usbd_flags=""</programlisting>
&man.moused.8; manual page for a list of supported
protocol types.</para>
<para>If you have a PS/2 mouse, just
add <literal>moused_enable="YES"</literal> to
<filename>/etc/rc.conf</filename> to start the mouse daemon at boot-time.
Additionally, if you would like to use the mouse
daemon on all virtual terminals instead of just the console,
add <literal>allscreens_flags="-m on"</literal> to
<filename>/etc/rc.conf</filename>.</para>
<para>If you have a PS/2 mouse, just add
<literal>moused_enable="YES"</literal> to
<filename>/etc/rc.conf</filename> to start the mouse
daemon at boot-time. Additionally, if you would like to
use the mouse daemon on all virtual terminals instead of
just the console, add <literal>allscreens_flags="-m
on"</literal> to <filename>/etc/rc.conf</filename>.</para>
<para>When the mouse daemon is running, access to the mouse
must be coordinated between the mouse daemon and other
programs such as X Windows. Refer to the FAQ <link
linkend="x-and-moused">Why does my mouse not work with X?</link> for more details on this
issue.</para>
linkend="x-and-moused">Why does my mouse not work with
X?</link> for more details on this issue.</para>
</answer>
</qandaentry>
@ -2666,18 +2667,18 @@ usbd_flags=""</programlisting>
</question>
<answer>
<para>Once you get the mouse daemon running (see the
<link linkend="moused">previous section</link>), hold down the
button 1 (left button) and move the mouse to select a region of
text. Then, press the button 2 (middle button)
to paste it at the text cursor.
Pressing button 3 (right button) will
<quote>extend</quote> the selected region of text.</para>
<para>Once you get the mouse daemon running (see the <link
linkend="moused">previous section</link>), hold down the
button 1 (left button) and move the mouse to select a
region of text. Then, press the button 2 (middle button)
to paste it at the text cursor. Pressing button 3 (right
button) will <quote>extend</quote> the selected region of
text.</para>
<para>If your
mouse does not have a middle button, you may wish to emulate
one or remap buttons using mouse daemon options. See the
&man.moused.8; manual page for details.</para>
<para>If your mouse does not have a middle button, you may
wish to emulate one or remap buttons using mouse daemon
options. See the &man.moused.8; manual page for
details.</para>
</answer>
</qandaentry>