all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40938] [PATCH] doc: Lower 'Kernel Module Loader Service' one level.
@ 2020-04-28 14:21 Brice Waegeneire
  2020-05-01 11:41 ` Mathieu Othacehe
  2020-05-01 14:22 ` [bug#40938] [PATCH v2 1/2] doc: Replace section 'Early OOM service' by 'Linux Services' Brice Waegeneire
  0 siblings, 2 replies; 6+ messages in thread
From: Brice Waegeneire @ 2020-04-28 14:21 UTC (permalink / raw)
  To: 40938

* doc/guix.texi (Kernel Module Loader Service): Move it from under
'Early OOM Service' to 'Services'.
---

I made a typo when first submiting the module.

 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index cea4eeb984..89699e6ca5 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -25679,7 +25679,7 @@ notifications.
 
 @cindex modprobe
 @cindex kernel module loader
-@subsubsection Kernel Module Loader Service
+@subsection Kernel Module Loader Service
 
 The kernel module loader service allows one to load loadable kernel
 modules at boot.  This is especially useful for modules that don't
-- 
2.26.0

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

* [bug#40938] [PATCH] doc: Lower 'Kernel Module Loader Service' one level.
  2020-04-28 14:21 [bug#40938] [PATCH] doc: Lower 'Kernel Module Loader Service' one level Brice Waegeneire
@ 2020-05-01 11:41 ` Mathieu Othacehe
  2020-05-01 14:27   ` Brice Waegeneire
  2020-05-01 14:22 ` [bug#40938] [PATCH v2 1/2] doc: Replace section 'Early OOM service' by 'Linux Services' Brice Waegeneire
  1 sibling, 1 reply; 6+ messages in thread
From: Mathieu Othacehe @ 2020-05-01 11:41 UTC (permalink / raw)
  To: Brice Waegeneire; +Cc: 40938


Hello Brice,

>  @cindex modprobe
>  @cindex kernel module loader
> -@subsubsection Kernel Module Loader Service
> +@subsection Kernel Module Loader Service

I have the following warning when applying this patch:

--8<---------------cut here---------------start------------->8---
  MAKEINFO doc/guix.info
./doc/guix.texi:25493: warning: node `Miscellaneous Services' is next for `Linux Services' in menu but not in sectioning
./doc/guix.texi:25595: warning: node `Linux Services' is prev for `Miscellaneous Services' in menu but not in sectioning
--8<---------------cut here---------------end--------------->8---

Do you know why?

Thanks,

Mathieu




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

* [bug#40938] [PATCH v2 1/2] doc: Replace section 'Early OOM service' by 'Linux Services'.
  2020-04-28 14:21 [bug#40938] [PATCH] doc: Lower 'Kernel Module Loader Service' one level Brice Waegeneire
  2020-05-01 11:41 ` Mathieu Othacehe
@ 2020-05-01 14:22 ` Brice Waegeneire
  2020-05-01 14:22   ` [bug#40938] [PATCH v2 2/2] doc: Move 'Dictionary Service' under 'Miscellaneous Services' Brice Waegeneire
  1 sibling, 1 reply; 6+ messages in thread
From: Brice Waegeneire @ 2020-05-01 14:22 UTC (permalink / raw)
  To: 40938

* doc/guix.texi (Linux Services): Changed from 'subsubheading' to
'subsection'.
(Early OOM Service, Kernel Module Loader Service): Moved under 'Linux
Services'.
---
 doc/guix.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index e01ecc1e63..a8550541fe 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -25622,13 +25622,13 @@ Extra command line options for @code{guix-data-service-process-jobs}.
 @end deftp
 
 @node Linux Services
-@subsubheading Linux Services
+@subsection Linux Services
 
 @cindex oom
 @cindex out of memory killer
 @cindex earlyoom
 @cindex early out of memory daemon
-@subsection Early OOM Service
+@subsubheading Early OOM Service
 
 @uref{https://github.com/rfjakob/earlyoom,Early OOM}, also known as
 Earlyoom, is a minimalist out of memory (OOM) daemon that runs in user
@@ -25688,7 +25688,7 @@ notifications.
 
 @cindex modprobe
 @cindex kernel module loader
-@subsubsection Kernel Module Loader Service
+@subsubheading Kernel Module Loader Service
 
 The kernel module loader service allows one to load loadable kernel
 modules at boot.  This is especially useful for modules that don't
-- 
2.26.0





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

* [bug#40938] [PATCH v2 2/2] doc: Move 'Dictionary Service' under 'Miscellaneous Services'.
  2020-05-01 14:22 ` [bug#40938] [PATCH v2 1/2] doc: Replace section 'Early OOM service' by 'Linux Services' Brice Waegeneire
@ 2020-05-01 14:22   ` Brice Waegeneire
  0 siblings, 0 replies; 6+ messages in thread
From: Brice Waegeneire @ 2020-05-01 14:22 UTC (permalink / raw)
  To: 40938

* doc/guix.texi (Dictionary Service): Renamed to singular and changed
from 'subsubsection' to 'subheading'.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index a8550541fe..2f4688be91 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -25864,7 +25864,7 @@ If true, this must be the name of a file to log messages to.
 @end table
 @end deftp
 
-@subsection Dictionary Services
+@subsubheading Dictionary Service
 @cindex dictionary
 The @code{(gnu services dict)} module provides the following service:
 
-- 
2.26.0





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

* [bug#40938] [PATCH] doc: Lower 'Kernel Module Loader Service' one level.
  2020-05-01 11:41 ` Mathieu Othacehe
@ 2020-05-01 14:27   ` Brice Waegeneire
  2020-05-01 14:42     ` bug#40938: " Mathieu Othacehe
  0 siblings, 1 reply; 6+ messages in thread
From: Brice Waegeneire @ 2020-05-01 14:27 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 40938

Hello Mathieu,

On 2020-05-01 11:41, Mathieu Othacehe wrote:
> I have the following warning when applying this patch:
> 
> --8<---------------cut here---------------start------------->8---
>   MAKEINFO doc/guix.info
> ./doc/guix.texi:25493: warning: node `Miscellaneous Services' is next
> for `Linux Services' in menu but not in sectioning
> ./doc/guix.texi:25595: warning: node `Linux Services' is prev for
> `Miscellaneous Services' in menu but not in sectioning
> --8<---------------cut here---------------end--------------->8---
> 
> Do you know why?

It wasn't correctly patched, it turns out the whole 'Linux Services'
section wasn't properly organized compared to the other services
sections. I've found a similar issue with 'Dictionary Service',
so I added a patch for it in this series.

- Brice




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

* bug#40938: [PATCH] doc: Lower 'Kernel Module Loader Service' one level.
  2020-05-01 14:27   ` Brice Waegeneire
@ 2020-05-01 14:42     ` Mathieu Othacehe
  0 siblings, 0 replies; 6+ messages in thread
From: Mathieu Othacehe @ 2020-05-01 14:42 UTC (permalink / raw)
  To: Brice Waegeneire; +Cc: 40938-done


> It wasn't correctly patched, it turns out the whole 'Linux Services'
> section wasn't properly organized compared to the other services
> sections. I've found a similar issue with 'Dictionary Service',
> so I added a patch for it in this series.

Ok, this look fine! I pushed your v2.

Thanks,

Mathieu




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

end of thread, other threads:[~2020-05-01 14:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 14:21 [bug#40938] [PATCH] doc: Lower 'Kernel Module Loader Service' one level Brice Waegeneire
2020-05-01 11:41 ` Mathieu Othacehe
2020-05-01 14:27   ` Brice Waegeneire
2020-05-01 14:42     ` bug#40938: " Mathieu Othacehe
2020-05-01 14:22 ` [bug#40938] [PATCH v2 1/2] doc: Replace section 'Early OOM service' by 'Linux Services' Brice Waegeneire
2020-05-01 14:22   ` [bug#40938] [PATCH v2 2/2] doc: Move 'Dictionary Service' under 'Miscellaneous Services' Brice Waegeneire

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

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.