diff mbox series

docs/manual: small typo fixes and cleanup

Message ID 20200328144138.31979-1-merlin.buege@tuhh.de
State Accepted
Headers show
Series docs/manual: small typo fixes and cleanup | expand

Commit Message

Merlin Büge March 28, 2020, 2:41 p.m. UTC
Fix a few punctuation mistakes. The removed link is redundant, see the
previous sentence.

Signed-off-by: Merlin Büge <merlin.buege@tuhh.de>
---
 docs/manual/common-usage.txt      | 2 +-
 docs/manual/customize-patches.txt | 2 +-
 docs/manual/customize-rootfs.txt  | 2 +-
 docs/manual/writing-rules.txt     | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

Comments

Yann E. MORIN March 28, 2020, 6:46 p.m. UTC | #1
Merlin, All,

On 2020-03-28 15:41 +0100, Merlin Büge spake thusly:
> Fix a few punctuation mistakes. The removed link is redundant, see the
> previous sentence.
> 
> Signed-off-by: Merlin Büge <merlin.buege@tuhh.de>

Applied to master, thanks!

Regards,
Yann E. MORIN.

> ---
>  docs/manual/common-usage.txt      | 2 +-
>  docs/manual/customize-patches.txt | 2 +-
>  docs/manual/customize-rootfs.txt  | 2 +-
>  docs/manual/writing-rules.txt     | 4 ++--
>  4 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt
> index 3fe7f69..7cfda10 100644
> --- a/docs/manual/common-usage.txt
> +++ b/docs/manual/common-usage.txt
> @@ -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
> diff --git a/docs/manual/customize-patches.txt b/docs/manual/customize-patches.txt
> index fa63541..eb98d1b 100644
> --- a/docs/manual/customize-patches.txt
> +++ b/docs/manual/customize-patches.txt
> @@ -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.
>  
> diff --git a/docs/manual/customize-rootfs.txt b/docs/manual/customize-rootfs.txt
> index 6b72a37..e1dbadd 100644
> --- a/docs/manual/customize-rootfs.txt
> +++ b/docs/manual/customize-rootfs.txt
> @@ -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.
> diff --git a/docs/manual/writing-rules.txt b/docs/manual/writing-rules.txt
> index ca43272..3b809d5 100644
> --- a/docs/manual/writing-rules.txt
> +++ b/docs/manual/writing-rules.txt
> @@ -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
>  
> -- 
> 2.25.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard April 7, 2020, 6:52 p.m. UTC | #2
>>>>> "Merlin" == Merlin Büge <merlin.buege@tuhh.de> writes:

 > Fix a few punctuation mistakes. The removed link is redundant, see the
 > previous sentence.

 > Signed-off-by: Merlin Büge <merlin.buege@tuhh.de>

Committed to 2019.02.x, 2019.11.x and 2020.02.x, thanks.
diff mbox series

Patch

diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt
index 3fe7f69..7cfda10 100644
--- a/docs/manual/common-usage.txt
+++ b/docs/manual/common-usage.txt
@@ -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
diff --git a/docs/manual/customize-patches.txt b/docs/manual/customize-patches.txt
index fa63541..eb98d1b 100644
--- a/docs/manual/customize-patches.txt
+++ b/docs/manual/customize-patches.txt
@@ -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.
 
diff --git a/docs/manual/customize-rootfs.txt b/docs/manual/customize-rootfs.txt
index 6b72a37..e1dbadd 100644
--- a/docs/manual/customize-rootfs.txt
+++ b/docs/manual/customize-rootfs.txt
@@ -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.
diff --git a/docs/manual/writing-rules.txt b/docs/manual/writing-rules.txt
index ca43272..3b809d5 100644
--- a/docs/manual/writing-rules.txt
+++ b/docs/manual/writing-rules.txt
@@ -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