All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ref-manual: remove erroneous '\*' from variables list
@ 2021-03-16 16:44 Robert P. J. Day
  2021-03-16 17:14 ` [docs] " Nicolas Dechesne
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2021-03-16 16:44 UTC (permalink / raw)
  To: YP docs mailing list


Not sure what those leading '\*' are doing, but they're rendered
verbatim and mess up creating a linkable item.

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

---

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 6808c4947..4f441907b 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -2230,7 +2230,7 @@ system and gives an overview of their function and contents.
       .. note::

          To add packages to the root filesystem, see the various
-         \*:term:`RDEPENDS` and \*:term:`RRECOMMENDS` variables.
+         :term:`RDEPENDS` and :term:`RRECOMMENDS` variables.

    :term:`EXTRANATIVEPATH`
       A list of subdirectories of

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                         http://crashcourse.ca

LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

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

* Re: [docs] [PATCH] ref-manual: remove erroneous '\*' from variables list
  2021-03-16 16:44 [PATCH] ref-manual: remove erroneous '\*' from variables list Robert P. J. Day
@ 2021-03-16 17:14 ` Nicolas Dechesne
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Dechesne @ 2021-03-16 17:14 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: YP docs mailing list

On Tue, Mar 16, 2021 at 5:45 PM Robert P. J. Day <rpjday@crashcourse.ca> wrote:
>
>
> Not sure what those leading '\*' are doing, but they're rendered
> verbatim and mess up creating a linkable item.

thanks for the patch. they are left over from the docbook migration..

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

Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>

>
> ---
>
> diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
> index 6808c4947..4f441907b 100644
> --- a/documentation/ref-manual/variables.rst
> +++ b/documentation/ref-manual/variables.rst
> @@ -2230,7 +2230,7 @@ system and gives an overview of their function and contents.
>        .. note::
>
>           To add packages to the root filesystem, see the various
> -         \*:term:`RDEPENDS` and \*:term:`RRECOMMENDS` variables.
> +         :term:`RDEPENDS` and :term:`RRECOMMENDS` variables.
>
>     :term:`EXTRANATIVEPATH`
>        A list of subdirectories of
>
> --
>
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                          http://crashcourse.ca
>
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================
>
> 
>

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16 16:44 [PATCH] ref-manual: remove erroneous '\*' from variables list Robert P. J. Day
2021-03-16 17:14 ` [docs] " Nicolas Dechesne

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.