FreeBSD Bugzilla – Attachment 6021 Details for
Bug 13949
Various fixes to faq/book.sgml
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 6.68 KB, created by
jedgar
on 1999-09-25 21:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jedgar
Created:
1999-09-25 21:10:00 UTC
Size:
6.68 KB
patch
obsolete
>Index: doc/en_US.ISO_8859-1/books/faq/book.sgml >=================================================================== >RCS file: /home/ncvs/doc/en_US.ISO_8859-1/books/faq/book.sgml,v >retrieving revision 1.12 >diff -c -r1.12 book.sgml >*** book.sgml 1999/09/23 08:43:54 1.12 >--- book.sgml 1999/09/25 20:05:16 >*************** >*** 122,129 **** > <qandaentry><question> > <para>What is the latest version of FreeBSD?</para></question><answer> > >! <para>Version <ulink URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/3.2-RELEASE/">3.2</ulink> is the latest <emphasis>stable</emphasis> version; it was released >! in May, 1999. This is also the latest <emphasis>release</emphasis> version.</para> > > <para>Briefly explained, <emphasis>-stable</emphasis> is aimed at the ISP or other > corporate user who wants stability and a low change count over >--- 122,129 ---- > <qandaentry><question> > <para>What is the latest version of FreeBSD?</para></question><answer> > >! <para>Version <ulink URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/3.3-RELEASE/">3.3</ulink> is the latest <emphasis>stable</emphasis> version; it was released >! in September, 1999. This is also the latest <emphasis>release</emphasis> version.</para> > > <para>Briefly explained, <emphasis>-stable</emphasis> is aimed at the ISP or other > corporate user who wants stability and a low change count over >*************** >*** 250,256 **** > <para>The -current branch is slowly progressing towards 4.0 and beyond, > the previous 2.2-stable branch having just retired with the release > of 2.2.8. 3.0-stable has now replaced it, the next release coming >! up with 3.3 in Q3 1999. 4.0-current is now the "current branch", > with the first 4.0 releases appearing in Q1 2000.</para> > > </answer></qandaentry> >--- 250,256 ---- > <para>The -current branch is slowly progressing towards 4.0 and beyond, > the previous 2.2-stable branch having just retired with the release > of 2.2.8. 3.0-stable has now replaced it, the next release coming >! up with 3.4 in Q4 1999. 4.0-current is now the "current branch", > with the first 4.0 releases appearing in Q1 2000.</para> > > </answer></qandaentry> >*************** >*** 315,345 **** > <itemizedlist> > > <listitem> >! <para>For the current 2.2-stable release, 2.2.8R, see the >! <ulink URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/2.2.8-RELEASE/">2.2.8-RELEASE</ulink> directory. > </para> > </listitem> > > <listitem> >! <para>For the current 3.0-stable release, 3.0-RELEASE, see the >! <ulink URL="ftp://current.FreeBSD.org/pub/FreeBSD/releases/3.0-RELEASE/">3.0-RELEASE</ulink> directory. > </para> > </listitem> > > <listitem> >! <para><ulink URL="ftp://releng22.FreeBSD.org/pub/FreeBSD/">2.2 Snapshot</ulink> releases are made once a day along the >! RELENG_2_2 branch (post 2.2.8) as it slowly winds down in >! maintenance mode. The RELENG_2_2 branch is currently being carefully >! maintained by the legacy support folks and no changes other than >! those strictly necessary for security or reliability enhancements >! are now made. >! </para> >! </listitem> >! >! <listitem> >! <para><ulink URL="ftp://releng30.FreeBSD.org/pub/FreeBSD/">3.0 Snapshot</ulink> releases are also made once a day along the > RELENG_3 branch (post 3.0-release) as it continues on its way >! towards 3.2-RELEASE. > </para> > </listitem> > >--- 315,335 ---- > <itemizedlist> > > <listitem> >! <para>For the current 2.2-stable release, 2.2.8-RELEASE, see the >! <ulink URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/2.2.8-RELEASE/">2.2.8-RELEASE</ulink> directory. > </para> > </listitem> > > <listitem> >! <para>For the current 3.x-stable release, 3.3-RELEASE, see the >! <ulink URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/3.3-RELEASE/">3.3-RELEASE</ulink> directory. > </para> > </listitem> > > <listitem> >! <para><ulink URL="ftp://releng3.FreeBSD.org/pub/FreeBSD/">3.x Snapshot</ulink> releases are also made once a day along the > RELENG_3 branch (post 3.0-release) as it continues on its way >! towards 3.4-RELEASE. > </para> > </listitem> > >*************** >*** 1832,1838 **** > <para>If you are using the default console driver, syscons, you can > use a mouse pointer in text consoles to cut & paste text. > Run the mouse daemon, moused, and turn on the mouse pointer >! in the virtual console:</para> > > <para> > <literallayout> moused -p /dev/xxxx -t yyyy >--- 1822,1828 ---- > <para>If you are using the default console driver, syscons, you can > use a mouse pointer in text consoles to cut & paste text. > Run the mouse daemon, moused, and turn on the mouse pointer >! in the virtual terminal:</para> > > <para> > <literallayout> moused -p /dev/xxxx -t yyyy >*************** >*** 1865,1870 **** >--- 1855,1868 ---- > moused_flags="" > </literallayout> > </para> >+ >+ <para>In addition, if you would like to be able to use the mouse >+ daemon on all virtual terminals instead of just console at boot-time, >+ add the following to <filename>/etc/rc.conf</filename>.</para> >+ >+ <para> >+ <literallayout> allscreens_flags="-m on" >+ </literallayout> > > <para>Staring from FreeBSD 2.2.6, the mouse daemon is capable of > determining the correct protocol type automatically unless the mouse >*************** >*** 3030,3036 **** > </listitem> > </varlistentry> > >! <varlistentry><term>for 3.2-release/3.2-stable</term> > > <listitem> > <para><ulink URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-3-stable/">ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-3-stable/</ulink></para> >--- 3028,3034 ---- > </listitem> > </varlistentry> > >! <varlistentry><term>for 3.x-release/3.x-stable</term> > > <listitem> > <para><ulink URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-3-stable/">ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-3-stable/</ulink></para> >*************** >*** 4692,4699 **** > want to go back to the original session, do Alt-F1.</para> > > <para>The default FreeBSD installation has three virtual consoles >! enabled, and Alt-F1, Alt-F2, and Alt-F3 will switch between >! these virtual consoles.</para> > > <para>To enable more of them, edit <ulink URL="http://www.FreeBSD.org/cgi/man.cgi?ttys">/etc/ttys</ulink> > and add entries for ``<emphasis remap=tt>ttyv4</emphasis>'' to ``<emphasis remap=tt>ttyvc</emphasis>'' after the >--- 4690,4697 ---- > want to go back to the original session, do Alt-F1.</para> > > <para>The default FreeBSD installation has three virtual consoles >! enabled (8 starting with 3.3-RELEASE), and Alt-F1, Alt-F2, and >! Alt-F3 will switch between these virtual consoles.</para> > > <para>To enable more of them, edit <ulink URL="http://www.FreeBSD.org/cgi/man.cgi?ttys">/etc/ttys</ulink> > and add entries for ``<emphasis remap=tt>ttyv4</emphasis>'' to ``<emphasis remap=tt>ttyvc</emphasis>'' after the
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13949
: 6021