summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/cloud-config.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt
index ce188756..542a49c7 100644
--- a/doc/examples/cloud-config.txt
+++ b/doc/examples/cloud-config.txt
@@ -45,12 +45,12 @@ apt_mirror_search:
# apt_proxy (configure Acquire::HTTP::Proxy)
apt_proxy: http://my.apt.proxy:3128
-# apt_pipelining (confiugure Acquire::http::Pipeline-Depth)
+# apt_pipelining (configure Acquire::http::Pipeline-Depth)
# Default: disables HTTP pipelining. Certain web servers, such
# as S3 do not pipeline properly.
# Valid options:
-# True/Default: Enables OS default
-# False: Disables pipelining all-together
+# False/default: Disables pipelining for APT
+# None/Unchanged: Use OS default
# Number: Set pipelining to some number (not recommended)
apt_pipelining: False