diff options
| author | Andreas Schneider <asn@samba.org> | 2019-02-28 13:02:08 +0100 |
|---|---|---|
| committer | Andreas Schneider <asn@samba.org> | 2019-03-21 08:42:41 +0100 |
| commit | 887ce58dff7d8325e01738bd099e57dbace469f8 (patch) | |
| tree | f6a328d0a2b02c1f24ff53f9af32f470ffffabc4 /doc/socket_wrapper.1.txt | |
| parent | 2d53497bb3610b4aa7c3f045b810d23d1f2e9daf (diff) | |
| download | socket_wrapper-887ce58dff7d8325e01738bd099e57dbace469f8.tar.gz socket_wrapper-887ce58dff7d8325e01738bd099e57dbace469f8.tar.xz socket_wrapper-887ce58dff7d8325e01738bd099e57dbace469f8.zip | |
doc: Fix some typos in the manpage
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'doc/socket_wrapper.1.txt')
| -rw-r--r-- | doc/socket_wrapper.1.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/socket_wrapper.1.txt b/doc/socket_wrapper.1.txt index da16c6d..b3ba96c 100644 --- a/doc/socket_wrapper.1.txt +++ b/doc/socket_wrapper.1.txt @@ -21,9 +21,9 @@ gain full functional test coverage. It makes possible to run several instances of the full software stack on the same machine and perform locally functional testing of complex network configurations. -- Redirects all network communication to happen over unix sockets. +- Redirects all network communication to happen over Unix sockets. - Support for IPv4 and IPv6 socket and addressing emulation. -- Ablility to capture network traffic in pcap format. +- Ability to capture network traffic in pcap format. ENVIRONMENT VARIABLES --------------------- @@ -31,9 +31,9 @@ ENVIRONMENT VARIABLES *SOCKET_WRAPPER_DIR*:: The user defines a directory where to put all the unix sockets using the -envionment variable "SOCKET_WRAPPER_DIR=/path/to/socket_dir". When a server +environment variable "SOCKET_WRAPPER_DIR=/path/to/socket_dir". When a server opens a port or a client wants to connect, socket_wrapper will translate IP -addresses to a special socket_wrapper name and look for the relevant unix +addresses to a special socket_wrapper name and look for the relevant Unix socket in the SOCKET_WRAPPER_DIR. *SOCKET_WRAPPER_DEFAULT_IFACE*:: |
