Various grammatical cleanups
Reviewed by: Valentino Vaschetto <logo@osd.bsdi.com>
This commit is contained in:
parent
a3ff4a598a
commit
727a5c0742
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9752
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.20 2001/06/23 00:24:42 dd Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.21 2001/06/24 04:25:29 murray Exp $
|
||||
-->
|
||||
|
||||
<chapter id="x11">
|
||||
|
@ -1636,7 +1636,7 @@ DisplayManager.requestPort: 0
|
|||
<para>To install GNOME from the network, simply type:</para>
|
||||
<screen>&prompt.root; <userinput>pkg_add -r gnome</userinput></screen>
|
||||
|
||||
<para>If you would prefer to build GNOME from source, then use
|
||||
<para>If you would rather build GNOME from source, then use
|
||||
the ports tree:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/x11/gnome</userinput>
|
||||
|
@ -1653,7 +1653,7 @@ DisplayManager.requestPort: 0
|
|||
|
||||
<screen>&prompt.root; <userinput>echo "/usr/X11R6/bin/gnome-wm" > ~/.xinirc</userinput></screen>
|
||||
|
||||
<para>That's it. Now just type 'startx' and you will be in the
|
||||
<para>That's it. Type 'startx' and you will be in the
|
||||
GNOME desktop environment.</para>
|
||||
<para> Note: if you're running a display manager like xdm,
|
||||
this will not work. Instead, you should create an
|
||||
|
@ -1708,7 +1708,7 @@ DisplayManager.requestPort: 0
|
|||
<sect3 id="x11-wm-kde2-install">
|
||||
<title>Installing KDE2</title>
|
||||
|
||||
<para>At the time this was written, a package for kde2 doesn't
|
||||
<para>At the time of writing, a package for kde2 doesn't
|
||||
exist yet. No problem! The ports tree hides all the
|
||||
complexity of building a package from source. To install
|
||||
KDE2, do this :</para>
|
||||
|
@ -1726,7 +1726,7 @@ DisplayManager.requestPort: 0
|
|||
|
||||
<screen>&prompt.root; <userinput>echo "/usr/X11R6/bin/startkde" > ~/.xinitrc</userinput></screen>
|
||||
|
||||
<para>Now everytime you go into X-Windows, KDE2 will be your
|
||||
<para>Now, whenever you go into X-Windows, KDE2 will be your
|
||||
desktop. (Note: this will not work if you're logging in via
|
||||
a display manager like <filename>xdm</filename>. In that
|
||||
case you have two options: create an
|
||||
|
|
Loading…
Reference in a new issue