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
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