Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 699476

Summary: Eclass reference pages are not rendered properly
Product: Gentoo Infrastructure Reporter: Göktürk Yüksek <gokturk>
Component: OtherAssignee: Gentoo Infrastructure <infra-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: devmanual, gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://devmanual.gentoo.org/eclass-reference/savedconfig.eclass/index.html
Whiteboard:
Package list:
Runtime testing required: ---

Description Göktürk Yüksek archtester gentoo-dev 2019-11-06 21:15:06 UTC
The eclass reference for savedconfig.eclass doesn't render properly. The issue seems to be in parsing the @ROFF directive for establishing a bulleted indented paragraph (https://github.com/gentoo/gentoo/blob/master/eclass/savedconfig.eclass#L20).
Comment 1 Larry the Git Cow gentoo-dev 2019-11-25 21:03:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9659e5c8c618c7dfa4a6c3103fee9f3e5c53cb02

commit 9659e5c8c618c7dfa4a6c3103fee9f3e5c53cb02
Author:     Göktürk Yüksek <gokturk@gentoo.org>
AuthorDate: 2019-11-07 23:49:49 +0000
Commit:     Göktürk Yüksek <gokturk@gentoo.org>
CommitDate: 2019-11-25 20:59:58 +0000

    eclass/savedconfig.eclass: rewrite the ROFF macros
    
    man2html cannot cope with multi-character number-register names and
    also doesn't recognize the square brackets in the '\n' escape
    sequence. This breaks the autogenerated HTML output. Rename the
    number-register from "step" to "R" and get rid of the square brackets.
    
    URL: https://archives.gentoo.org/gentoo-dev/message/b619a5775cbe6d0b650d827338ef8ca2
    Closes: https://bugs.gentoo.org/699476
    
    Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
    Acked-by: Lars Wendler <polynomial-c@gentoo.org>

 eclass/savedconfig.eclass | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)