* [pmg-devel] [PATCH pmg-docs v2] fix some typos
@ 2024-11-14 10:03 Maximiliano Sandoval
2025-01-15 15:26 ` Maximiliano Sandoval
2025-01-30 13:00 ` [pmg-devel] applied: " Stoiko Ivanov
0 siblings, 2 replies; 4+ messages in thread
From: Maximiliano Sandoval @ 2024-11-14 10:03 UTC (permalink / raw)
To: pmg-devel
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
Differences from v1:
- Remove fixes on automatically generated documentation (pmg.conf.5-opts.adoc).
pmgconfig.adoc | 2 +-
system-booting.adoc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pmgconfig.adoc b/pmgconfig.adoc
index a9377c5..0342b97 100644
--- a/pmgconfig.adoc
+++ b/pmgconfig.adoc
@@ -1101,7 +1101,7 @@ WebAuthn Configuration
//[thumbnail="screenshot/gui-datacenter-webauthn-edit.png"]//TODO
-To allow users to use 'WebAuthn' authentication, it is necessaary to use a valid
+To allow users to use 'WebAuthn' authentication, it is necessary to use a valid
domain with a valid SSL certificate, otherwise some browsers may warn or refuse
to authenticate altogether.
diff --git a/system-booting.adoc b/system-booting.adoc
index af5b767..e8ac76e 100644
--- a/system-booting.adoc
+++ b/system-booting.adoc
@@ -356,7 +356,7 @@ To remove any pinned version configuration use the `unpin` subcommand:
While `unpin` has a `--next-boot` option as well, it is used to clear a pinned
version set with `--next-boot`. As that happens already automatically on boot,
-invonking it manually is of little use.
+invoking it manually is of little use.
After setting, or clearing pinned versions you also need to synchronize the
content and configuration on the ESPs by running the `refresh` subcommand.
--
2.39.5
_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [pmg-devel] [PATCH pmg-docs v2] fix some typos
2024-11-14 10:03 [pmg-devel] [PATCH pmg-docs v2] fix some typos Maximiliano Sandoval
@ 2025-01-15 15:26 ` Maximiliano Sandoval
2025-01-27 14:44 ` Maximiliano Sandoval
2025-01-30 13:00 ` [pmg-devel] applied: " Stoiko Ivanov
1 sibling, 1 reply; 4+ messages in thread
From: Maximiliano Sandoval @ 2025-01-15 15:26 UTC (permalink / raw)
To: Maximiliano Sandoval; +Cc: pmg-devel
Maximiliano Sandoval <m.sandoval@proxmox.com> writes:
> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
> ---
> Differences from v1:
> - Remove fixes on automatically generated documentation (pmg.conf.5-opts.adoc).
>
> pmgconfig.adoc | 2 +-
> system-booting.adoc | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
ping
_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [pmg-devel] [PATCH pmg-docs v2] fix some typos
2025-01-15 15:26 ` Maximiliano Sandoval
@ 2025-01-27 14:44 ` Maximiliano Sandoval
0 siblings, 0 replies; 4+ messages in thread
From: Maximiliano Sandoval @ 2025-01-27 14:44 UTC (permalink / raw)
To: Maximiliano Sandoval; +Cc: pmg-devel
Maximiliano Sandoval <m.sandoval@proxmox.com> writes:
> Maximiliano Sandoval <m.sandoval@proxmox.com> writes:
>
>> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
>> ---
>> Differences from v1:
>> - Remove fixes on automatically generated documentation (pmg.conf.5-opts.adoc).
>>
>> pmgconfig.adoc | 2 +-
>> system-booting.adoc | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> ping
ping
_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [pmg-devel] applied: [PATCH pmg-docs v2] fix some typos
2024-11-14 10:03 [pmg-devel] [PATCH pmg-docs v2] fix some typos Maximiliano Sandoval
2025-01-15 15:26 ` Maximiliano Sandoval
@ 2025-01-30 13:00 ` Stoiko Ivanov
1 sibling, 0 replies; 4+ messages in thread
From: Stoiko Ivanov @ 2025-01-30 13:00 UTC (permalink / raw)
To: Maximiliano Sandoval; +Cc: pmg-devel
applied the patch - Thanks!
On Thu, Nov 14, 2024 at 11:03:36AM +0100, Maximiliano Sandoval wrote:
> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
> ---
> Differences from v1:
> - Remove fixes on automatically generated documentation (pmg.conf.5-opts.adoc).
>
> pmgconfig.adoc | 2 +-
> system-booting.adoc | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/pmgconfig.adoc b/pmgconfig.adoc
> index a9377c5..0342b97 100644
> --- a/pmgconfig.adoc
> +++ b/pmgconfig.adoc
> @@ -1101,7 +1101,7 @@ WebAuthn Configuration
>
> //[thumbnail="screenshot/gui-datacenter-webauthn-edit.png"]//TODO
>
> -To allow users to use 'WebAuthn' authentication, it is necessaary to use a valid
> +To allow users to use 'WebAuthn' authentication, it is necessary to use a valid
> domain with a valid SSL certificate, otherwise some browsers may warn or refuse
> to authenticate altogether.
>
> diff --git a/system-booting.adoc b/system-booting.adoc
> index af5b767..e8ac76e 100644
> --- a/system-booting.adoc
> +++ b/system-booting.adoc
> @@ -356,7 +356,7 @@ To remove any pinned version configuration use the `unpin` subcommand:
>
> While `unpin` has a `--next-boot` option as well, it is used to clear a pinned
> version set with `--next-boot`. As that happens already automatically on boot,
> -invonking it manually is of little use.
> +invoking it manually is of little use.
>
> After setting, or clearing pinned versions you also need to synchronize the
> content and configuration on the ESPs by running the `refresh` subcommand.
> --
> 2.39.5
>
>
>
> _______________________________________________
> pmg-devel mailing list
> pmg-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
>
>
_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-01-30 13:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-14 10:03 [pmg-devel] [PATCH pmg-docs v2] fix some typos Maximiliano Sandoval
2025-01-15 15:26 ` Maximiliano Sandoval
2025-01-27 14:44 ` Maximiliano Sandoval
2025-01-30 13:00 ` [pmg-devel] applied: " Stoiko Ivanov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox