mirror of
https://github.com/curl/curl.git
synced 2026-04-24 08:42:12 +03:00
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.
This commit is contained in:
parent
b7f740f2fc
commit
1abe65d928
46 changed files with 96 additions and 96 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue