fixed a few small issues.

This commit is contained in:
Kevin Putnam
2018-11-05 19:58:46 -08:00
parent e2db667098
commit 404ef3b18b
3 changed files with 4 additions and 4 deletions
@@ -2,7 +2,7 @@ The |CL-ATTR| is the first Linux distribution to support autoproxy. The OS
can discover a Proxy Auto-Config (PAC) script and use it to automatically
resolve the proxy needed for a given connection. With Autoproxy, you can use
|CL| inside any proxy environment without having to manually
configure the proxies.
configure the proxies:
* Automate unit testing without worrying about the proxy not being set
* Remove unset proxies from the equation when dealing with network
@@ -1,6 +1,6 @@
Autoproxy allows |CL| to operate seamlessly behind a proxy
because :ref:`swupd-guide` and other |CL| tools are implemented on
top of libcurl. Tools that do not use libcurl, like git, must
because :ref:`software update <swupd-guide>` and other |CL| tools are
implemented on top of libcurl. Tools that do not use libcurl, like git, must
be configured independently.
If you encounter problems with autoproxy functioning, use
+1 -1
View File
@@ -11,7 +11,7 @@ Our Guides:
The following guides provide step-by-step instructions for tasks that come
after completing the |CL| :ref:`installation <get-started>`.
after completing the |CL-ATTR| :ref:`installation <get-started>`.
Clear Linux Tooling
===================