#82 update docs

This commit is contained in:
Erik Ekman
2009-09-25 22:11:18 +00:00
committed by Erik Ekman
parent 365aab1d29
commit c5bdf07070
4 changed files with 6 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ client_set_nameserver(const char *cp, int port)
/* MinGW only supports getaddrinfo on WinXP and higher..
* so turn it off in windows for now
*
* try resolving if domain a domain is given */
* try resolving if a domain is given */
struct addrinfo *addrinfo;
struct addrinfo *res;
if (getaddrinfo(cp, NULL, NULL, &addrinfo) == 0) {

View File

@@ -89,7 +89,8 @@ help() {
fprintf(stderr, " -I max interval between requests (default 4 sec) to prevent server timeouts\n");
fprintf(stderr, " -z context, to apply specified SELinux context after initialization\n");
fprintf(stderr, " -F pidfile to write pid to a file\n");
fprintf(stderr, "nameserver is the IP number of the relaying nameserver, if absent /etc/resolv.conf is used\n");
fprintf(stderr, "nameserver is the IP number/hostname of the relaying nameserver\n "
"(hostname not supported on win32). if absent, /etc/resolv.conf is used\n");
fprintf(stderr, "topdomain is the FQDN that is delegated to the tunnel endpoint.\n");
exit(0);