docs.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ref-manual: couple minor tweaks to Chapter 1
@ 2021-09-06 11:59 Robert P. J. Day
  2021-09-06 13:31 ` [docs] " Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2021-09-06 11:59 UTC (permalink / raw)
  To: YP docs mailing list


Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  mostly make line-continued command consistent.

diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index e9d995c61..5e5c105d6 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -4,7 +4,7 @@
 System Requirements
 *******************

-Welcome to the Yocto Project Reference Manual! This manual provides
+Welcome to the Yocto Project Reference Manual. This manual provides
 reference information for the current release of the Yocto Project, and
 is most effectively used after you have an understanding of the basics
 of the Yocto Project. The manual is neither meant to be read as a
@@ -277,7 +277,8 @@ installer and automatically installs the tools for you:
 1. Execute the ``install-buildtools`` script. Here is an example::

       $ cd poky
-      $ scripts/install-buildtools --without-extended-buildtools \
+      $ scripts/install-buildtools \
+        --without-extended-buildtools \
         --base-url &YOCTO_DL_URL;/releases/yocto \
         --release yocto-&DISTRO; \
         --installer-version &DISTRO;

-- 

rday

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-13 14:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 11:59 [PATCH] ref-manual: couple minor tweaks to Chapter 1 Robert P. J. Day
2021-09-06 13:31 ` [docs] " Quentin Schulz
2021-09-13 14:30   ` Michael Opdenacker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).