docs/manual: small typo fixes and cleanup
authorMerlin Büge <merlin.buege@tuhh.de>
Sat, 28 Mar 2020 14:41:38 +0000 (15:41 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 28 Mar 2020 18:45:28 +0000 (19:45 +0100)
Fix a few punctuation mistakes. The removed link is redundant, see the
previous sentence.

Signed-off-by: Merlin Büge <merlin.buege@tuhh.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
docs/manual/common-usage.txt
docs/manual/customize-patches.txt
docs/manual/customize-rootfs.txt
docs/manual/writing-rules.txt

index 3fe7f6972174b7062bd878798e228f2027f6812f..7cfda10365d5eaf2f92e3f907233a9bb9038e131 100644 (file)
@@ -88,7 +88,7 @@ to +make+ or set in the environment:
   Buildroot stores the cached files when using ccache.
   +
 * +BR2_DL_DIR+ to override the directory in which
-  Buildroot stores/retrieves downloaded files
+  Buildroot stores/retrieves downloaded files.
   +
   Note that the Buildroot download directory can also be set from the
   configuration interface, so through the Buildroot +.config+ file. See
index fa63541110a9c589d0ae04af619df3deafc97c47..eb98d1bea2c8529f89f58b6eb80626a2c45b16db 100644 (file)
@@ -53,7 +53,7 @@ directory.
 The exception to +BR2_GLOBAL_PATCH_DIR+ being the preferred method for
 specifying custom patches is +BR2_LINUX_KERNEL_PATCH+.
 +BR2_LINUX_KERNEL_PATCH+ should be used to specify kernel patches that
-are available at an URL. *Note:* +BR2_LINUX_KERNEL_PATCH+ specifies kernel
+are available at a URL. *Note:* +BR2_LINUX_KERNEL_PATCH+ specifies kernel
 patches that are applied after patches available in +BR2_GLOBAL_PATCH_DIR+,
 as it is done from a post-patch hook of the Linux package.
 
index 6b72a37b32979bbf29bd6fc5cf50e7beca71debb..e1dbadda5bb9491fc69f0c4f2bad69bb207625ed 100644 (file)
@@ -145,7 +145,7 @@ It is recommended to use the existing mechanisms to set file permissions
 The difference between post-build scripts (above) and fakeroot scripts,
   is that post-build scripts are not called in the fakeroot context.
 +
-.Note;
+.Note:
 Using `fakeroot` is not an absolute substitute for actually being root.
   `fakeroot` only ever fakes the file access rights and types (regular,
   block-or-char device...) and uid/gid; these are emulated in-memory.
index ca4327228779ee5308533e0c6e52291c886f4405..3b809d5c48d2acc280150661cc3312438e77487b 100644 (file)
@@ -141,8 +141,8 @@ endif
 The documentation uses the
 http://www.methods.co.nz/asciidoc/[asciidoc] format.
 
-For further details about the http://www.methods.co.nz/asciidoc/[asciidoc]
-syntax, refer to http://www.methods.co.nz/asciidoc/userguide.html[].
+For further details about the asciidoc syntax, refer to
+http://www.methods.co.nz/asciidoc/userguide.html[].
 
 === Support scripts