Wrap all environment variables headers with <code> (#11261)

This commit adds the <code> backticks to a few headers that didn't have
them.
This commit is contained in:
Jeff Bonhag 2019-12-17 11:43:30 -05:00 committed by GitHub
parent 0b71991902
commit df9df5c250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -14,28 +14,28 @@ Vagrant has a set of environmental variables that can be used to
configure and control it in a global way. This page lists those environmental configure and control it in a global way. This page lists those environmental
variables. variables.
## CFLAGS ## `CFLAGS`
If set the contents of this environment variable will be appended to the If set the contents of this environment variable will be appended to the
value generated by the Vagrant launcher. value generated by the Vagrant launcher.
## CPPFLAGS ## `CPPFLAGS`
If set the contents of this environment variable will be appended to the If set the contents of this environment variable will be appended to the
value generated by the Vagrant launcher. value generated by the Vagrant launcher.
## CURL_CA_BUNDLE ## `CURL_CA_BUNDLE`
If set this environment variable will be passed through to the Vagrant If set this environment variable will be passed through to the Vagrant
process. By default Vagrant will use the CA certificate included with process. By default Vagrant will use the CA certificate included with
the Vagrant installation. the Vagrant installation.
## LDFLAGS ## `LDFLAGS`
If set the contents of this environment variable will be appended to the If set the contents of this environment variable will be appended to the
value generated by the Vagrant launcher. value generated by the Vagrant launcher.
## SSL_CERT_FILE ## `SSL_CERT_FILE`
If set this environment variable will be passed through to the Vagrant If set this environment variable will be passed through to the Vagrant
process. By default Vagrant will use the CA certificate included with process. By default Vagrant will use the CA certificate included with