All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: Fix a few incorrect option specifications.
@ 2021-04-30 19:04 Drew Moseley
  2021-05-03 16:52 ` [docs] " Michael Opdenacker
  0 siblings, 1 reply; 2+ messages in thread
From: Drew Moseley @ 2021-04-30 19:04 UTC (permalink / raw)
  To: docs

From: Drew Moseley <drew@moseleynet.net>

Signed-off-by: Drew Moseley <drew@moseleynet.net>
---
 documentation/ref-manual/migration-2.2.rst | 2 +-
 documentation/sdk-manual/extensible.rst    | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/documentation/ref-manual/migration-2.2.rst b/documentation/ref-manual/migration-2.2.rst
index a9d3cde7b7..a60ce8d52b 100644
--- a/documentation/ref-manual/migration-2.2.rst
+++ b/documentation/ref-manual/migration-2.2.rst
@@ -422,7 +422,7 @@ The following miscellaneous changes have occurred:
    :term:`SRCREV` by default when fetching from a Git
    repository. You can override this in either case to use
    ``${``\ :term:`AUTOREV`\ ``}`` instead by using the
-   ``-a`` or ``DASHDASHautorev`` command-line option
+   ``-a`` or ``--autorev`` command-line option
 
 -  ``distcc``: GTK+ UI is now disabled by default.
 
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst
index 04bafaed9e..81727e6f28 100644
--- a/documentation/sdk-manual/extensible.rst
+++ b/documentation/sdk-manual/extensible.rst
@@ -953,7 +953,7 @@ following methods when you run ``devtool add``:
    Specifying the name like this produces a recipe that only builds for
    the build host.
 
--  Specify the "DASHDASHalso-native" option with the ``devtool add``
+-  Specify the "--also-native" option with the ``devtool add``
    command. Specifying this option creates a recipe file that still
    builds for the target but also creates a variant with a "-native"
    suffix that builds for the build host.
@@ -964,7 +964,7 @@ following methods when you run ``devtool add``:
    that builds code for the target, you can typically accomplish this by
    building the native and target parts separately rather than within
    the same compilation process. Realize though that with the
-   "DASHDASHalso-native" option, you can add the tool using just one
+   "--also-native" option, you can add the tool using just one
    recipe file.
 
 Adding Node.js Modules
@@ -1100,7 +1100,7 @@ arguments listed in the previous paragraph. The command determines the
 exact options being passed, and shows them to you along with any custom
 arguments specified through ``EXTRA_OECONF`` or
 ``PACKAGECONFIG_CONFARGS``. If applicable, the command also shows you
-the output of the configure script's "DASHDASHhelp" option as a
+the output of the configure script's "--help" option as a
 reference.
 
 Sharing Files Between Recipes
-- 
2.31.1


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

* Re: [docs] [PATCH] docs: Fix a few incorrect option specifications.
  2021-04-30 19:04 [PATCH] docs: Fix a few incorrect option specifications Drew Moseley
@ 2021-05-03 16:52 ` Michael Opdenacker
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Opdenacker @ 2021-05-03 16:52 UTC (permalink / raw)
  To: Drew Moseley, docs

Hi Drew,

Good catch. Thanks for the patch!

On 4/30/21 9:04 PM, Drew Moseley wrote:
> From: Drew Moseley <drew@moseleynet.net>
>
> Signed-off-by: Drew Moseley <drew@moseleynet.net>
> ---
>  documentation/ref-manual/migration-2.2.rst | 2 +-
>  documentation/sdk-manual/extensible.rst    | 6 +++---
>  2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/documentation/ref-manual/migration-2.2.rst b/documentation/ref-manual/migration-2.2.rst
> index a9d3cde7b7..a60ce8d52b 100644
> --- a/documentation/ref-manual/migration-2.2.rst
> +++ b/documentation/ref-manual/migration-2.2.rst
> @@ -422,7 +422,7 @@ The following miscellaneous changes have occurred:
>     :term:`SRCREV` by default when fetching from a Git
>     repository. You can override this in either case to use
>     ``${``\ :term:`AUTOREV`\ ``}`` instead by using the
> -   ``-a`` or ``DASHDASHautorev`` command-line option
> +   ``-a`` or ``--autorev`` command-line option
>  
>  -  ``distcc``: GTK+ UI is now disabled by default.
>  
> diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst
> index 04bafaed9e..81727e6f28 100644
> --- a/documentation/sdk-manual/extensible.rst
> +++ b/documentation/sdk-manual/extensible.rst
> @@ -953,7 +953,7 @@ following methods when you run ``devtool add``:
>     Specifying the name like this produces a recipe that only builds for
>     the build host.
>  
> --  Specify the "DASHDASHalso-native" option with the ``devtool add``
> +-  Specify the "--also-native" option with the ``devtool add``
>     command. Specifying this option creates a recipe file that still
>     builds for the target but also creates a variant with a "-native"
>     suffix that builds for the build host.
> @@ -964,7 +964,7 @@ following methods when you run ``devtool add``:
>     that builds code for the target, you can typically accomplish this by
>     building the native and target parts separately rather than within
>     the same compilation process. Realize though that with the
> -   "DASHDASHalso-native" option, you can add the tool using just one
> +   "--also-native" option, you can add the tool using just one
>     recipe file.
>  
>  Adding Node.js Modules
> @@ -1100,7 +1100,7 @@ arguments listed in the previous paragraph. The command determines the
>  exact options being passed, and shows them to you along with any custom
>  arguments specified through ``EXTRA_OECONF`` or
>  ``PACKAGECONFIG_CONFARGS``. If applicable, the command also shows you
> -the output of the configure script's "DASHDASHhelp" option as a
> +the output of the configure script's "--help" option as a
>  reference.
>  
>  Sharing Files Between Recipes

Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Merged into the "master-next" branch of "yocto-docs".

Thanks again!

Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

end of thread, other threads:[~2021-05-03 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-30 19:04 [PATCH] docs: Fix a few incorrect option specifications Drew Moseley
2021-05-03 16:52 ` [docs] " Michael Opdenacker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.