All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add a link to environment variables inside docs
@ 2021-01-09 18:30 Andrea G. Monaco
  2022-08-11 19:38 ` Glenn Washburn
  0 siblings, 1 reply; 5+ messages in thread
From: Andrea G. Monaco @ 2021-01-09 18:30 UTC (permalink / raw)
  To: grub-devel


This is trivial, but it might save some time to beginners. Please
consider for insertion.

Cheers,
Andrea Monaco


---
 docs/grub.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/grub.texi b/docs/grub.texi
index eeac9b2ce..99343d272 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -5121,7 +5121,9 @@ This command is only available on PC BIOS systems.
 
 @deffn Command set [envvar=value]
 Set the environment variable @var{envvar} to @var{value}. If invoked with no
-arguments, print all environment variables with their values.
+arguments, print all environment variables with their values. For the list of
+environment variables currently used by GRUB itself see the relevant section
+@pxref{Environment}.
 @end deffn
 
 
-- 
2.20.1


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

* Re: [PATCH] Add a link to environment variables inside docs
  2021-01-09 18:30 [PATCH] Add a link to environment variables inside docs Andrea G. Monaco
@ 2022-08-11 19:38 ` Glenn Washburn
  2022-08-19 14:36   ` Daniel Kiper
  0 siblings, 1 reply; 5+ messages in thread
From: Glenn Washburn @ 2022-08-11 19:38 UTC (permalink / raw)
  To: Andrea G. Monaco, Daniel Kiper; +Cc: The development of GNU GRUB

On Sat, 09 Jan 2021 19:30:34 +0100
"Andrea G. Monaco" <andrea.monaco@autistici.org> wrote:

> 
> This is trivial, but it might save some time to beginners. Please
> consider for insertion.

Reviewed-by: Glenn Washburn <development@efficientek.com>

Glenn

> 
> Cheers,
> Andrea Monaco
> 
> 
> ---
>  docs/grub.texi | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/docs/grub.texi b/docs/grub.texi
> index eeac9b2ce..99343d272 100644
> --- a/docs/grub.texi
> +++ b/docs/grub.texi
> @@ -5121,7 +5121,9 @@ This command is only available on PC BIOS systems.
>  
>  @deffn Command set [envvar=value]
>  Set the environment variable @var{envvar} to @var{value}. If invoked with no
> -arguments, print all environment variables with their values.
> +arguments, print all environment variables with their values. For the list of
> +environment variables currently used by GRUB itself see the relevant section
> +@pxref{Environment}.
>  @end deffn
>  
>  


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

* Re: [PATCH] Add a link to environment variables inside docs
  2022-08-11 19:38 ` Glenn Washburn
@ 2022-08-19 14:36   ` Daniel Kiper
  2022-08-19 22:46     ` Daniel Kiper
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Kiper @ 2022-08-19 14:36 UTC (permalink / raw)
  To: Glenn Washburn; +Cc: Andrea G. Monaco, The development of GNU GRUB

On Thu, Aug 11, 2022 at 02:38:07PM -0500, Glenn Washburn wrote:
> On Sat, 09 Jan 2021 19:30:34 +0100
> "Andrea G. Monaco" <andrea.monaco@autistici.org> wrote:
>
> > This is trivial, but it might save some time to beginners. Please
> > consider for insertion.
>
> Reviewed-by: Glenn Washburn <development@efficientek.com>

Huh! Somehow this fell off from my radar. Glenn, thank you for reminding
me about it. Andrea, sorry for delay.

Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>

Daniel


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

* Re: [PATCH] Add a link to environment variables inside docs
  2022-08-19 14:36   ` Daniel Kiper
@ 2022-08-19 22:46     ` Daniel Kiper
  2022-08-27 19:34       ` Andrea Monaco
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Kiper @ 2022-08-19 22:46 UTC (permalink / raw)
  To: Glenn Washburn; +Cc: Andrea G. Monaco, The development of GNU GRUB

On Fri, Aug 19, 2022 at 04:36:16PM +0200, Daniel Kiper wrote:
> On Thu, Aug 11, 2022 at 02:38:07PM -0500, Glenn Washburn wrote:
> > On Sat, 09 Jan 2021 19:30:34 +0100
> > "Andrea G. Monaco" <andrea.monaco@autistici.org> wrote:
> >
> > > This is trivial, but it might save some time to beginners. Please
> > > consider for insertion.
> >
> > Reviewed-by: Glenn Washburn <development@efficientek.com>
>
> Huh! Somehow this fell off from my radar. Glenn, thank you for reminding
> me about it. Andrea, sorry for delay.
>
> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>

Andrea, I allowed myself to add "Signed-off-by: Andrea G. Monaco <andrea.monaco@autistici.org>"
to the commit message on your behalf. I hope it is not a problem.

Daniel


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

* Re: [PATCH] Add a link to environment variables inside docs
  2022-08-19 22:46     ` Daniel Kiper
@ 2022-08-27 19:34       ` Andrea Monaco
  0 siblings, 0 replies; 5+ messages in thread
From: Andrea Monaco @ 2022-08-27 19:34 UTC (permalink / raw)
  To: dkiper; +Cc: development, grub-devel


  > Andrea, I allowed myself to add "Signed-off-by: Andrea G. Monaco
  > <andrea.monaco@autistici.org>" to the commit message on your
  > behalf. I hope it is not a problem.

Thanks!



Andrea Monaco



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

end of thread, other threads:[~2022-08-27 20:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-09 18:30 [PATCH] Add a link to environment variables inside docs Andrea G. Monaco
2022-08-11 19:38 ` Glenn Washburn
2022-08-19 14:36   ` Daniel Kiper
2022-08-19 22:46     ` Daniel Kiper
2022-08-27 19:34       ` Andrea Monaco

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.