docs: fix spelling

This commit is contained in:
SwitchJS 2019-10-04 13:17:54 -07:00 committed by Nick Craig-Wood
parent d15425e8c8
commit 9a5ea9c8a8
5 changed files with 5 additions and 5 deletions

2
MANUAL.html generated
View File

@ -15285,7 +15285,7 @@ export NO_PROXY=$no_proxy</code></pre>
<pre><code>mkdir -p /etc/ssl/certs/ <pre><code>mkdir -p /etc/ssl/certs/
curl -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt curl -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt
ntpclient -s -h pool.ntp.org</code></pre> ntpclient -s -h pool.ntp.org</code></pre>
<p>The two environment variables <code>SSL_CERT_FILE</code> and <code>SSL_CERT_DIR</code>, mentioned in the <a href="https://godoc.org/crypto/x509">x509 pacakge</a>, provide an additional way to provide the SSL root certificates.</p> <p>The two environment variables <code>SSL_CERT_FILE</code> and <code>SSL_CERT_DIR</code>, mentioned in the <a href="https://godoc.org/crypto/x509">x509 package</a>, provide an additional way to provide the SSL root certificates.</p>
<p>Note that you may need to add the <code>--insecure</code> option to the <code>curl</code> command line if it doesnt work without.</p> <p>Note that you may need to add the <code>--insecure</code> option to the <code>curl</code> command line if it doesnt work without.</p>
<pre><code>curl --insecure -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt</code></pre> <pre><code>curl --insecure -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt</code></pre>
<h3 id="rclone-gives-failed-to-load-config-file-function-not-implemented-error">Rclone gives Failed to load config file: function not implemented error</h3> <h3 id="rclone-gives-failed-to-load-config-file-function-not-implemented-error">Rclone gives Failed to load config file: function not implemented error</h3>

2
MANUAL.md generated
View File

@ -20626,7 +20626,7 @@ curl -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bag
ntpclient -s -h pool.ntp.org ntpclient -s -h pool.ntp.org
``` ```
The two environment variables `SSL_CERT_FILE` and `SSL_CERT_DIR`, mentioned in the [x509 pacakge](https://godoc.org/crypto/x509), The two environment variables `SSL_CERT_FILE` and `SSL_CERT_DIR`, mentioned in the [x509 package](https://godoc.org/crypto/x509),
provide an additional way to provide the SSL root certificates. provide an additional way to provide the SSL root certificates.
Note that you may need to add the `--insecure` option to the `curl` command line if it doesn't work without. Note that you may need to add the `--insecure` option to the `curl` command line if it doesn't work without.

2
MANUAL.txt generated
View File

@ -20570,7 +20570,7 @@ time which is important for SSL to work properly.
ntpclient -s -h pool.ntp.org ntpclient -s -h pool.ntp.org
The two environment variables SSL_CERT_FILE and SSL_CERT_DIR, mentioned The two environment variables SSL_CERT_FILE and SSL_CERT_DIR, mentioned
in the x509 pacakge, provide an additional way to provide the SSL root in the x509 package, provide an additional way to provide the SSL root
certificates. certificates.
Note that you may need to add the --insecure option to the curl command Note that you may need to add the --insecure option to the curl command

View File

@ -145,7 +145,7 @@ curl -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bag
ntpclient -s -h pool.ntp.org ntpclient -s -h pool.ntp.org
``` ```
The two environment variables `SSL_CERT_FILE` and `SSL_CERT_DIR`, mentioned in the [x509 pacakge](https://godoc.org/crypto/x509), The two environment variables `SSL_CERT_FILE` and `SSL_CERT_DIR`, mentioned in the [x509 package](https://godoc.org/crypto/x509),
provide an additional way to provide the SSL root certificates. provide an additional way to provide the SSL root certificates.
Note that you may need to add the `--insecure` option to the `curl` command line if it doesn't work without. Note that you may need to add the `--insecure` option to the `curl` command line if it doesn't work without.

2
rclone.1 generated
View File

@ -28811,7 +28811,7 @@ ntpclient\ \-s\ \-h\ pool.ntp.org
.PP .PP
The two environment variables \f[C]SSL_CERT_FILE\f[] and The two environment variables \f[C]SSL_CERT_FILE\f[] and
\f[C]SSL_CERT_DIR\f[], mentioned in the x509 \f[C]SSL_CERT_DIR\f[], mentioned in the x509
pacakge (https://godoc.org/crypto/x509), provide an additional way to package (https://godoc.org/crypto/x509), provide an additional way to
provide the SSL root certificates. provide the SSL root certificates.
.PP .PP
Note that you may need to add the \f[C]\-\-insecure\f[] option to the Note that you may need to add the \f[C]\-\-insecure\f[] option to the