diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-12-26 20:45:21 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-12-26 21:42:44 +0000 |
commit | 1abe65d928440b3b23d25746b966dd4169c358b9 (patch) | |
tree | a486ff20aee5dda2a65401d4e6da76852fedf354 /tests/httpserver.pl | |
parent | b7f740f2fc6c9b5e96ccbc013aeaae4093a9f1ed (diff) | |
download | curl-1abe65d928440b3b23d25746b966dd4169c358b9.tar.gz |
code/docs: Use Unix rather than UNIX to avoid use of the trademark
Use Unix when generically writing about Unix based systems as UNIX is
the trademark and should only be used in a particular product's name.
Diffstat (limited to 'tests/httpserver.pl')
-rwxr-xr-x | tests/httpserver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpserver.pl b/tests/httpserver.pl index 1b8c3d284..b60dadc3b 100755 --- a/tests/httpserver.pl +++ b/tests/httpserver.pl @@ -36,7 +36,7 @@ use serverhelp qw( my $verbose = 0; # set to 1 for debugging my $port = 8990; # just a default -my $unix_socket; # location to place a listening UNIX socket +my $unix_socket; # location to place a listening Unix socket my $ipvnum = 4; # default IP version of http server my $idnum = 1; # dafault http server instance number my $proto = 'http'; # protocol the http server speaks |