This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository rxtx.

commit a8610fb692047ffc010d26984eab5a6cbc47c9e9
Author: Markus Koschany <a...@debian.org>
Date:   Fri Oct 27 14:23:04 2017 +0200

    Fix some spelling mistakes in README.Debian.
---
 debian/README.Debian | 56 ++++++++++++++++++++++++++--------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index f8aaeaf..bab5c0b 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -81,21 +81,21 @@ D.  java.lang.NoClassDefFoundError: gnu/io/CommPort
 
 H.  BlackBox Can Not Handle all the ports!
 
-       BlackBox has a hard coded limit in BlackBox.java that prevents it from 
-       running if you don't specify a port.  We are considering alternative 
-       ways of handling the large number of port names in Unix.  The line in 
+       BlackBox has a hard coded limit in BlackBox.java that prevents it from
+       running if you don't specify a port.  We are considering alternative
+       ways of handling the large number of port names in Unix.  The line in
        question
 
        is:
 
                portDisp = new SerialPortDisplay[50];
-               
+
        just change 50 to say 256.
 
 I.  Illegal use of nonvirtal function call!
 
-       Exception in thread "main" java.lang.VerifyError: (class: 
-       gnu/io/RXTXPort$SerialOutputStream, method: flush signature: ()V) 
+       Exception in thread "main" java.lang.VerifyError: (class:
+       gnu/io/RXTXPort$SerialOutputStream, method: flush signature: ()V)
        Illegal use of nonvirtual function call
                at gnu.io.RXTXCommDriver.getCommPort(Compiled Code)
                at gnu.io.CommPortIdentifier.open(Compiled Code)
@@ -112,14 +112,14 @@ I.  Illegal use of nonvirtal function call!
 
        Louis"
 
-       In other words start with a fresh build directory, rebuild, and 
+       In other words start with a fresh build directory, rebuild, and
        reinstall to avoid the problem.
 
 [...]
 
 L.  Problems with RMISecurityManager()
 
-       Please see the file RMISecurityManager.html 
+       Please see the file RMISecurityManager.html
 
 M.  Which Wires Should be Connected?
 
@@ -139,10 +139,10 @@ N.  Which Device Should be Used?
        HP-UX uses tty0p? tty1p?
        BeOS uses /dev/ports/serial?
        Win32 uses COM?
-  
+
 [...]
 
-P.  Which jdk should be used? 
+P.  Which jdk should be used?
 
        Ideally any jdk would be fine.  Here is a list of jdk's tried on
        RedHat 6.0/kernel 2.2.17pre13 with various versions of glibc.
@@ -160,10 +160,10 @@ glibc-2.1.2-17  | OK   | *1   | OK   | OK   | OK   | OK   
|
 glibc-2.1.3-15  | OK   | *1   | OK   | OK   | OK   | OK   |
                 -------------------------------------------
 
-1)  BlackBox (a demo application shipped with CommAPI locks after multiple 
+1)  BlackBox (a demo application shipped with CommAPI locks after multiple
     open()/close()
 
-2) java wont start "Unable to load /usr/local/java/jre/bin/libhpi.so: symbol
+2) java won't start "Unable to load /usr/local/java/jre/bin/libhpi.so: symbol
 sem_wait, version GLIBC_2.1 not defined in file libpthread.so.0 with link time
 reference Could not create the Java virtual machine."
 
@@ -173,7 +173,7 @@ version GLIBC_2.1 not defined in file libpthread.so.0 with 
link time reference"
 
 Conclusion?  Avoid Sun's native threads unless you can figure out whats going
 wrong.
- 
+
 Q.  How does rxtx detect ports?  Can I override it?
 
 rxtx tries to detect ports on by scanning /dev for files matching any
@@ -209,8 +209,8 @@ S.  How can I tell which version of rxtx is installed?
 Version information is not documented in Sun's CommAPI so this is probably
 unique to RXTX.
 
-As of rxtx-1.5-4 and rxtx-1.4-6 a class has been added to allow developers to 
-check which version of rxtx is installed.  The class is RXTXVersion.  
+As of rxtx-1.5-4 and rxtx-1.4-6 a class has been added to allow developers to
+check which version of rxtx is installed.  The class is RXTXVersion.
 
 The static method: System.out.println(RXTXVersion.getVersion());
 
@@ -244,35 +244,35 @@ T.  What Type of Latency can I expect with RXTX
        have equipment to test changes.
 
        He is going to look at this further.  He needs 20 ms or less latency.
-       
+
 U.  I got rxtx working on a new OS but I can't read from the port
 
 > Now my java program starts up nicely without complaining. However, it does
 > never read any data from the serial port. It looks like it can write data,
 > because if I start a terminal program after I tried to run my program, I get
 > all the return stuff from the modem that my program wrote.
-> 
+>
 > I hacked around abit and found out that it hangs in the select() call which
 > simply never returns.
-> 
+>
 On Sun, 28 Jan 2001, Baldur Norddahl wrote:
 > HPUX 11:
-> 
+>
 > As I wrote to the mailinglist I had some weird problems where it apparently
 > could write data to the modem, but not read anything back. My terminal
 > programs had no problem using the port. A few days after I reported the
 > problem to the mailinglist, I had given up for now, but then I noticed that
 > it suddenly worked! So it remains a mystery what was wrong as I did not
 > change anything at all, neither in my program nor on the host.
-> 
+>
 > Baldur
-> 
+>
 
-I suspect two java applications had the port open.  Its easy to do while 
+I suspect two java applications had the port open.  Its easy to do while
 developing.  Perhaps <ctl> z instead of <ctl> c was entered.
 
 This is the reason for adding lockfile support to rxtx.  If another application
-has opened the port, a second application will appear to not be able to 
+has opened the port, a second application will appear to not be able to
 read or get only part of the data.  ..because the first one is reading.  Only
 one of the select()s are waken.
 
@@ -324,20 +324,20 @@ V.  My ThinkPad is Not Working!
 
        Scott Burleigh <scott.burle...@jpl.nasa.gov> writes:
 
-               For your files, and in case anybody asks in the 
+               For your files, and in case anybody asks in the
                future, IBM Thinkpads ship with the external serial port
                *disabled* by default.  The Thinkpad configuration utility
                supplied with the machine (under Windows) says it's enabled,
                and the device manager in the System dialog of the Control
                panel says it's enabled, but they lie.  In order to enable the
-               port you have to use the old DOS ps2.exe bios configuration 
+               port you have to use the old DOS ps2.exe bios configuration
                utility which, under Windows 2000, is in
                c:\Program Files\Thinkpad\utilities:
 
                        ps2 sera enable
 
                Until you do, "setserial -ga /dev/ttyS0" will always tell you
-               the UART is unknown.  
+               the UART is unknown.
 
 4.  APPLETS
 
@@ -353,7 +353,7 @@ prashant...@yahoo.com asked:
         I am trying to use applet on thin terminal which has
         Linux base Kernel.For testing I am using Linux
         machine.I have install all the required components.
-        e.g. JDK, RXTX. Everthing is fine. BlackBox runs ,even
+        e.g. JDK, RXTX. Everything is fine. BlackBox runs ,even
         my application runs. When It comes to applet,
         everything is halts. It does not even show the listing
         of ports. Is it because applet can't run under root
@@ -362,7 +362,7 @@ prashant...@yahoo.com asked:
 
 Son To <s...@openbx.net> replied:
 
-        Java applets run withing the sandbox of the security manager.
+        Java applets run within the sandbox of the security manager.
         Applets must be signed to access the com port, but for development
         purposes you can put
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/rxtx.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to