From: Simon Ruderich Date: Thu, 12 Dec 2013 22:22:33 +0000 (+0100) Subject: README: Fix minor typos. X-Git-Url: https://ruderich.org/simon/gitweb/?p=socket2unix%2Fsocket2unix.git;a=commitdiff_plain;h=9fefaf628e508e5b53158bdd1a903e89f6691d48 README: Fix minor typos. --- diff --git a/README b/README index 4776f6f..60d639f 100644 --- 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)`). -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 @@ -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/ -*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