Hello Mathieu,
On 2020-05-01 11:41, Mathieu Othacehe wrote:
Toggle quote (12 lines)
> 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 servicessections. I've found a similar issue with 'Dictionary Service',so I added a patch for it in this series.
- Brice