diff options
-rw-r--r-- | documentation/ref-manual/faq.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index c0cde7f429..8553a40081 100644 --- a/documentation/ref-manual/faq.xml +++ b/documentation/ref-manual/faq.xml | |||
@@ -314,14 +314,14 @@ | |||
314 | Most source fetching by the OpenEmbedded build system is done by <filename>wget</filename> | 314 | Most source fetching by the OpenEmbedded build system is done by <filename>wget</filename> |
315 | and you therefore need to specify the proxy settings in a | 315 | and you therefore need to specify the proxy settings in a |
316 | <filename>.wgetrc</filename> file in your home directory. | 316 | <filename>.wgetrc</filename> file in your home directory. |
317 | Example settings in that file would be | 317 | Here are some example settings: |
318 | <literallayout class='monospaced'> | 318 | <literallayout class='monospaced'> |
319 | http_proxy = http://proxy.yoyodyne.com:18023/ | 319 | http_proxy = http://proxy.yoyodyne.com:18023/ |
320 | ftp_proxy = http://proxy.yoyodyne.com:18023/ | 320 | ftp_proxy = http://proxy.yoyodyne.com:18023/ |
321 | </literallayout> | 321 | </literallayout> |
322 | The Yocto Project also includes a <filename>site.conf.sample</filename> | 322 | The Yocto Project also includes a |
323 | file that shows how to configure CVS and Git proxy servers | 323 | <filename>site.conf.sample</filename> file that shows how to |
324 | if needed. | 324 | configure CVS and Git proxy servers if needed. |
325 | </para> | 325 | </para> |
326 | </answer> | 326 | </answer> |
327 | </qandaentry> | 327 | </qandaentry> |