GNU bug report logs -
#40938
[PATCH] doc: Lower 'Kernel Module Loader Service' one level.
Previous Next
Reported by: Brice Waegeneire <brice <at> waegenei.re>
Date: Tue, 28 Apr 2020 14:24:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <m.othacehe <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40938 in the body.
You can then email your comments to 40938 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#40938
; Package
guix-patches
.
(Tue, 28 Apr 2020 14:24:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Brice Waegeneire <brice <at> waegenei.re>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 28 Apr 2020 14:24:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40938
; Package
guix-patches
.
(Fri, 01 May 2020 11:43:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 40938 <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40938
; Package
guix-patches
.
(Fri, 01 May 2020 14:24:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 40938 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40938
; Package
guix-patches
.
(Fri, 01 May 2020 14:24:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 40938 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40938
; Package
guix-patches
.
(Fri, 01 May 2020 14:28:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 40938 <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
Mathieu Othacehe <m.othacehe <at> gmail.com>
:
You have taken responsibility.
(Fri, 01 May 2020 14:43:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Brice Waegeneire <brice <at> waegenei.re>
:
bug acknowledged by developer.
(Fri, 01 May 2020 14:43:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 40938-done <at> debbugs.gnu.org (full text, mbox):
> 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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 30 May 2020 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 114 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.