public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jan Kundrat" <jkt@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: gpm.xml
Date: Tue, 26 Jul 2005 18:28:52 +0000	[thread overview]
Message-ID: <200507261828.j6QISwgO019063@robin.gentoo.org> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 5993 bytes --]

jkt         05/07/26 18:28:52

  Modified:    xml/htdocs/doc/en gpm.xml
  Log:
  s/Voila/Voilà/, forums -> Forums, gpm -> GPM when apropriate. Tx to rane for reporting.

Revision  Changes    Path
1.3       +23 -23    xml/htdocs/doc/en/gpm.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gpm.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gpm.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gpm.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo

Index: gpm.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gpm.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gpm.xml	26 Jul 2005 18:17:07 -0000	1.2
+++ gpm.xml	26 Jul 2005 18:28:52 -0000	1.3
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gpm.xml,v 1.2 2005/07/26 18:17:07 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gpm.xml,v 1.3 2005/07/26 18:28:52 jkt Exp $ -->
 
 <guide link="/doc/en/gpm.xml">
 <title>Using a Mouse within the Console</title>
@@ -10,7 +10,7 @@
 </author>
 
 <abstract>
-This guide shows you how to set up and use gpm (the General Purpose Mouse
+This guide shows you how to set up and use GPM (the General Purpose Mouse
 server) from within a command line interface. This is especially useful for new
 Gentoo installations or for systems that cannot or do not use an X server.
 </abstract>
@@ -19,11 +19,11 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.0</version>
+<version>1.1</version>
 <date>2005-07-26</date>
 
 <chapter>
-<title>Getting gpm</title>
+<title>Getting GPM</title>
 <section>
 <body>
 
@@ -35,16 +35,16 @@
 </p>
 
 <p>
-First, you will need to get gpm:
+First, you will need to get GPM:
 </p>
 
-<pre caption="Obtaining gpm">
+<pre caption="Obtaining GPM">
 # <i>emerge gpm</i>
 </pre>
 
 <p>
 You might have noticed a few messages during the compilation that warned about
-configuring the server. You must do this before starting gpm.
+configuring the server. You must do this before starting GPM.
 </p>
 
 </body>
@@ -52,17 +52,17 @@
 </chapter>
 
 <chapter>
-<title>Configuring gpm</title>
+<title>Configuring GPM</title>
 <section>
 <body>
 
 <p>
-Before you can use gpm, you will need to uncomment the lines corresponding to
-the location and protocol of your mouse. You do this by editing the gpm
+Before you can use GPM, you will need to uncomment the lines corresponding to
+the location and protocol of your mouse. You do this by editing the GPM
 configuration file:
 </p>
 
-<pre caption="Setting up gpm">
+<pre caption="Setting up GPM">
 # <i>nano /etc/conf.d/gpm</i>
 </pre>
 
@@ -76,7 +76,7 @@
 example <path>/etc/conf.d/gpm</path>:
 </p>
 
-<pre caption="Example gpm config">
+<pre caption="Example GPM config">
 <comment>(Please uncomment the type of mouse you have and the appropriate MOUSEDEV entry)</comment>
 
 #MOUSE=ps2
@@ -87,14 +87,14 @@
 
 <p>
 If you have a wheelmouse, you will want to use the imps2 protocol, so uncomment
-that line. If imps2 and ps2 both fail to work for you, please refer to the gpm
+that line. If imps2 and ps2 both fail to work for you, please refer to the GPM
 info page (<c>info gpm</c>) for other protocols to try. Also, if you want to be
 able to click on hyperlinks in terminals to navigate to a website, it is a good
 idea to follow the suggestion in the <c>/etc/conf.d/gpm</c> file:
 </p>
 
 <pre caption="Other options">
-<comment>(Please uncomment this line if you want gpm to understand charsets
+<comment>(Please uncomment this line if you want GPM to understand charsets
 used in URLs and names with ~ or : in them, etc.
 This is a good idea to turn on!)</comment>
 
@@ -112,7 +112,7 @@
 </chapter>
 
 <chapter>
-<title>Running gpm</title>
+<title>Running GPM</title>
 <section>
 <body>
 
@@ -121,18 +121,18 @@
 using it:
 </p>
 
-<pre caption="The gpm init script">
+<pre caption="The GPM init script">
 # <i>/etc/init.d/gpm start</i>
 </pre>
 
 <p>
-You should see a block cursor appear. Remember that only root can run the gpm
+You should see a block cursor appear. Remember that only root can run the GPM
 init script. However, to avoid having to <c>su</c> and run the script every
-single time you begin a new session, why not set gpm to begin every time you
+single time you begin a new session, why not set GPM to begin every time you
 turn on your computer?
 </p>
 
-<pre caption="Adding gpm to the default runlevel">
+<pre caption="Adding GPM to the default runlevel">
 # <i>rc-update add gpm default</i>
 </pre>
 
@@ -147,7 +147,7 @@
 </chapter>
 
 <chapter>
-<title>Working with gpm</title>
+<title>Working with GPM</title>
 <section>
 <title>Copying and pasting</title>
 <body>
@@ -159,21 +159,21 @@
 wish, position the cursor, and press the middle mouse button to paste the text
 where you placed the cursor. Note that you can copy and paste without ever
 leaving the terminal you started. This makes posting the output of error
-messages to the <uri link="http://forums.gentoo.org">Gentoo forums</uri>
+messages to the <uri link="http://forums.gentoo.org">Gentoo Forums</uri>
 extremely simple.
 </p>
 
 </body>
 </section>
 <section>
-<title>Text-mode browsing and gpm</title>
+<title>Text-mode browsing and GPM</title>
 <body>
 
 <p>
 If you have a message on one screen and a text-mode web browser on the other,
 you can copy the error message by highlighting it, then change to the other
 terminal, left-click the appropriate text entry box to select it, and then
-press the middle mouse button. Voila! Your error message can now be posted to
+press the middle mouse button. Voilà! Your error message can now be posted to
 the forums.
 </p>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



             reply	other threads:[~2005-07-26 18:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-26 18:28 Jan Kundrat [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-07-26 18:17 [gentoo-doc-cvs] cvs commit: gpm.xml Xavier Neys
2005-07-26 17:56 Jan Kundrat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200507261828.j6QISwgO019063@robin.gentoo.org \
    --to=jkt@lark.gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox