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