remove double word stuttering
ok pvalchev@ brad@
This commit is contained in:
parent
d689c3eb37
commit
3e6f238637
@ -9,5 +9,5 @@ At the moment, gom only supports the Open Sound System (OSS) sound driver.
|
||||
OSS comes with the Linux kernel as free software called OSS/Free, and is
|
||||
available for a number of other platforms.
|
||||
|
||||
It comes with an internal terminal interface and and optional internal X
|
||||
It comes with an internal terminal interface and an optional internal X
|
||||
interface (xview).
|
||||
|
@ -63,6 +63,6 @@ There is no way to keep the buffer cache from increasing the reported
|
||||
seek rate. This is because the fraction of accesses corresponding to the
|
||||
amount of the file cached, will be done without seeks.
|
||||
If your buffer cache is half the size of the file used, then half the
|
||||
requests will be satisfied immediately, and and the seek rate printed
|
||||
requests will be satisfied immediately, and the seek rate printed
|
||||
will be twice the actual value.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
KXML editor is a program that displays contents of XML file. Left side
|
||||
contain tree with XML document structure, right side contain list of
|
||||
attributes for for selected XML element and its contents.
|
||||
attributes for selected XML element and its contents.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -10,4 +10,4 @@ options USER_LDT
|
||||
Wine relies on the configuration file /etc/wine.conf to
|
||||
contain valid assignments of Unix directories to DOS drive letters,
|
||||
and for certain other options (see "man wine" for details).
|
||||
You will most probably have to to edit it, after the install...
|
||||
You will most probably have to edit it, after the install...
|
||||
|
@ -2,7 +2,7 @@ SDLRoids is essentially an Asteroids clone, but with a few extra
|
||||
features, and some nice game physics. It is based of xhyperoid,
|
||||
which is a UNIX port of the 16-bit Windows game Hyperoid. Major
|
||||
changes from xhyperoid are that it's using SDL for sound and graphics,
|
||||
has a couple of extra powerups and and that the shield behaves
|
||||
has a couple of extra powerups and that the shield behaves
|
||||
differently.
|
||||
|
||||
The game can either run in windowed mode or in fullscreen mode. You
|
||||
|
@ -52,5 +52,5 @@ This release contains graphical interfaces for NeWS, SunView, X11 and XView.
|
||||
|
||||
Faces is based on the AT&T v8 face server called vismon, but is not derived
|
||||
from vismon sources. With the previous version came vismon compatibility.
|
||||
Note that that resulted in a few changes from the way faces v1.1 worked.
|
||||
Note that resulted in a few changes from the way faces v1.1 worked.
|
||||
See the manual pages for more details.
|
||||
|
@ -2,7 +2,7 @@ fetchmail is a free, full-featured, robust, well-documented remote
|
||||
mail retrieval and forwarding utility intended to be used over
|
||||
on-demand TCP/IP links (such as SLIP or PPP connections). It
|
||||
retrieves mail from remote mail servers and forwards it to your local
|
||||
(client) machine's delivery system, so it can then be be read by
|
||||
(client) machine's delivery system, so it can then be read by
|
||||
normal mail user agents such as elm(1) or Mail(1).
|
||||
|
||||
fetchmail supports standard all mail-retrieval protocols in use on the
|
||||
|
@ -9,7 +9,7 @@ Within each level, processes are grouped so that those with the same
|
||||
parent process id are grouped together. Within this, processes are
|
||||
arranged by userid with lower number uid's appearing towards the
|
||||
top. In general, the order of children is the order in which they were
|
||||
spawned, with the older processes appearing towards towards the top.
|
||||
spawned, with the older processes appearing towards the top.
|
||||
|
||||
In contrast to pstree and many tree-widget based programs, the overall
|
||||
tree display uses diagonal lines; some effort is made to effectively
|
||||
@ -24,7 +24,7 @@ One can click on a process to get more information (via ps) about that
|
||||
process, send a signal to the process, or set its priority, assuming
|
||||
you have the permission to do so. Since programs of this ilk can
|
||||
consume a bit of CPU on their own, some effort has been made to turn
|
||||
off the update process when the program is iconified or or not
|
||||
off the update process when the program is iconified or not
|
||||
visible.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,4 +1,4 @@
|
||||
MindTerm is an an implementation of a secure shell client in pure Java
|
||||
MindTerm is an implementation of a secure shell client in pure Java
|
||||
supporting both the SSH1 and the SSH2 protocols. MindTerm runs as a
|
||||
standalone application as well as an Applet. As an applet, MindTerm has
|
||||
been tested with Netscape Communicator and Microsoft Internet Explorer
|
||||
|
@ -1,4 +1,4 @@
|
||||
LablGTK is is an Objective Caml interface to gtk+.
|
||||
LablGTK is an Objective Caml interface to gtk+.
|
||||
|
||||
It uses the rich type system of Objective Caml 3 to provide a strongly
|
||||
typed, yet very comfortable, object-oriented interface to gtk+. This
|
||||
|
Loading…
x
Reference in New Issue
Block a user