]> ruderich.org/simon Gitweb - socket2unix/socket2unix.git/commitdiff
README: Fix minor typos.
authorSimon Ruderich <simon@ruderich.org>
Thu, 12 Dec 2013 22:22:33 +0000 (23:22 +0100)
committerSimon Ruderich <simon@ruderich.org>
Thu, 12 Dec 2013 22:22:33 +0000 (23:22 +0100)
README

diff --git a/README b/README
index 4776f6fb7e706aac144901a671449b725cec7d7b..60d639f7ad48fb031ad316eb4000f6e35ce28794 100644 (file)
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ sockets are usable by everyone on the system.
 
 It works for both servers (`listen(3)`) and clients (`connect(3)`).
 
 
 It works for both servers (`listen(3)`) and clients (`connect(3)`).
 
-These UNIX sockets can also be forwared over SSH with `socat` (see below).
+These UNIX sockets can also be forwarded over SSH with `socat` (see below).
 
 
 DEPENDENCIES
 
 
 DEPENDENCIES
@@ -30,9 +30,10 @@ Then either install the library with `make install` or just copy it from
     rm -f /destination/path/for/library/libsocket2unix.so
     cp -L src/.libs/libsocket2unix.so /destination/path/for/library/
 
     rm -f /destination/path/for/library/libsocket2unix.so
     cp -L src/.libs/libsocket2unix.so /destination/path/for/library/
 
-*Important:* Don't overwrite an existing `libsocket2unix.so` file which is use
-by any program. Instead remove the file first and then copy the new version.
-This is not a bug in socket2unix, but a general problem.
+*Important:* Don't overwrite an existing `libsocket2unix.so` file which is in
+use by any program or the program may crash. Instead remove the file first and
+then copy the new version. This is not a bug in socket2unix, but a general
+problem.
 
 
 USAGE
 
 
 USAGE