1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

openvms: fix typos in documentation

This commit is contained in:
Daniel Gustafsson 2018-12-25 22:28:36 +01:00
parent 35221ecb14
commit a12c6ac4a9
2 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ The *.EXE files are not moved to the new_gnu: directory.
After you are satisfied with the results of your build, you can move the After you are satisfied with the results of your build, you can move the
files from new_gnu: to old_gnu: at your convenience. files from new_gnu: to old_gnu: at your convenience.
Building a PCSI kit for an archictecture takes the following steps after Building a PCSI kit for an architecture takes the following steps after
making sure that you have a working build environment. making sure that you have a working build environment.
Note that it requires manually creating two logical names as described Note that it requires manually creating two logical names as described

View File

@ -223,7 +223,7 @@ $write cvh "/* Location of default ca path */"
$write cvh "#define curl_ca_path ""gnv$curl_ca_path""" $write cvh "#define curl_ca_path ""gnv$curl_ca_path"""
$! $!
$! NTLM_WB_ENABLED requires fork() but configure does not know this $! NTLM_WB_ENABLED requires fork() but configure does not know this
$! We have to disble this in th configure command line. $! We have to disable this in the configure command line.
$! config_h.com finds that configure defaults to it being enabled so $! config_h.com finds that configure defaults to it being enabled so
$! reports it. So we need to turn it off here. $! reports it. So we need to turn it off here.
$! $!