summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-03-23 17:58:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-06 22:29:49 +0100
commitc643a4749c436baeb6943fe960f77a48deaef8e5 (patch)
treee79fda634aed23f488fedff8f74a0f2b321f28f9 /documentation/toaster-manual
parent07c7bdc6c24974dfd4fdc50d142a5d2049966f5f (diff)
downloadpoky-c643a4749c436baeb6943fe960f77a48deaef8e5.tar.gz
manuals: Spellcheck and capitalization fixes
- Spelling fixes found using Emacs' spelling checker configured for US English - Fixes for some capitalization issues, especially some project names (QEMU, openSUSE, BusyBox), that were not consistently used with the same capitalization anyway. - A few whitespace fixes too (From yocto-docs rev: 05d69f17490dcc4933dcd85e57d9db53b912084a) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r--documentation/toaster-manual/setup-and-use.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/toaster-manual/setup-and-use.rst b/documentation/toaster-manual/setup-and-use.rst
index cabf0250c4..8f0ec94496 100644
--- a/documentation/toaster-manual/setup-and-use.rst
+++ b/documentation/toaster-manual/setup-and-use.rst
@@ -362,7 +362,7 @@ Perform the following steps to install Toaster:
362 362
363 /etc/httpd/conf.d/toaster.conf 363 /etc/httpd/conf.d/toaster.conf
364 364
365 If you are using OpenSUSE, put it here:: 365 If you are using openSUSE, put it here::
366 366
367 /etc/apache2/conf.d/toaster.conf 367 /etc/apache2/conf.d/toaster.conf
368 368
@@ -380,13 +380,13 @@ Perform the following steps to install Toaster:
380 Require all granted 380 Require all granted
381 </IfModule> 381 </IfModule>
382 </Directory> 382 </Directory>
383 383
384 <Directory /var/www/toaster/poky/bitbake/lib/toaster/toastermain> 384 <Directory /var/www/toaster/poky/bitbake/lib/toaster/toastermain>
385 <Files "wsgi.py"> 385 <Files "wsgi.py">
386 Require all granted 386 Require all granted
387 </Files> 387 </Files>
388 </Directory> 388 </Directory>
389 389
390 WSGIDaemonProcess toaster_wsgi python-path=/var/www/toaster/poky/bitbake/lib/toaster:/var/www/toaster/.local/lib/python3.4/site-packages 390 WSGIDaemonProcess toaster_wsgi python-path=/var/www/toaster/poky/bitbake/lib/toaster:/var/www/toaster/.local/lib/python3.4/site-packages
391 WSGIScriptAlias / "/var/www/toaster/poky/bitbake/lib/toaster/toastermain/wsgi.py" 391 WSGIScriptAlias / "/var/www/toaster/poky/bitbake/lib/toaster/toastermain/wsgi.py"
392 <Location /> 392 <Location />
@@ -402,7 +402,7 @@ Perform the following steps to install Toaster:
402 $ chmod +x bitbake/lib/toaster/toastermain/wsgi.py 402 $ chmod +x bitbake/lib/toaster/toastermain/wsgi.py
403 403
404 Finally, restart Apache to make sure all new configuration is loaded. For Ubuntu, 404 Finally, restart Apache to make sure all new configuration is loaded. For Ubuntu,
405 Debian, and OpenSUSE use:: 405 Debian, and openSUSE use::
406 406
407 $ sudo service apache2 restart 407 $ sudo service apache2 restart
408 408