[GHC] #11002: man page incomplete sentences

#11002: man page incomplete sentences -------------------------------------+------------------------------------- Reporter: osa1 | Owner: Type: bug | Status: new Priority: low | Milestone: Component: Documentation | Version: 7.10.2 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- man page multiple entries like this: {{{ Interactive mode - normally used by just running ghci; see for details. be much easier, and faster, than using make; see for details.. Evaluate expr; see for details. }}} `see ... for details` the dotted part is missing. Probably a bug in the man page generator? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11002 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11002: man page incomplete sentences -------------------------------------+------------------------------------- Reporter: osa1 | Owner: Type: bug | Status: new Priority: low | Milestone: Component: Documentation | Version: 7.10.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Description changed by osa1: Old description:
man page multiple entries like this:
{{{ Interactive mode - normally used by just running ghci; see for details.
be much easier, and faster, than using make; see for details..
Evaluate expr; see for details.
}}}
`see ... for details` the dotted part is missing. Probably a bug in the man page generator?
New description: man page has multiple entries like this: {{{ ... Interactive mode - normally used by just running ghci; see for details. ... be much easier, and faster, than using make; see for details.. ... Evaluate expr; see for details. }}} `see ... for details` the dotted part is missing. Probably a bug in the man page generator? -- -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11002#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11002: man page has incomplete sentences -------------------------------------+------------------------------------- Reporter: osa1 | Owner: Type: bug | Status: new Priority: low | Milestone: Component: Documentation | Version: 7.10.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11002#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11002: man page incomplete sentences -------------------------------------+------------------------------------- Reporter: osa1 | Owner: Type: bug | Status: new Priority: low | Milestone: Component: Documentation | Version: 7.10.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Old description:
man page has multiple entries like this:
{{{ ... Interactive mode - normally used by just running ghci; see for details.
... be much easier, and faster, than using make; see for details..
... Evaluate expr; see for details. }}}
`see ... for details` the dotted part is missing. Probably a bug in the man page generator?
New description: man page multiple entries like this: {{{ Interactive mode - normally used by just running ghci; see for details. be much easier, and faster, than using make; see for details.. Evaluate expr; see for details. }}} `see ... for details` the dotted part is missing. Probably a bug in the man page generator? -- Comment (by bgamari): What Sphinx version are you using? I'm afraid I can't reproduce this with 1.3.1. I see this, {{{ Modes of operation --help,-? Display help --interactive Interactive mode - normally used by just running ghci; see ghci for details. --make Build a multi-module Haskell program, automatically figuring out dependencies. Likely to be much easier, and faster, than using make; see make-mode for details. }}} The links (e.g. `ghci` and `make-mode`) obviously aren't hyperlinks although I'm not entirely sure how to fix this given that man doesn't support arbitrary hyperlinks. Ideally Sphinx would transform these into somethink like "see the GHCi section of the Users' Guide for details." but this is clearly expecting a lot. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11002#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11002: man page has incomplete sentences -------------------------------------+------------------------------------- Reporter: osa1 | Owner: Type: bug | Status: new Priority: low | Milestone: Component: Documentation | Version: 7.10.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Description changed by osa1: Old description:
man page multiple entries like this:
{{{ Interactive mode - normally used by just running ghci; see for details.
be much easier, and faster, than using make; see for details..
Evaluate expr; see for details.
}}}
`see ... for details` the dotted part is missing. Probably a bug in the man page generator?
New description: man page multiple entries like this: {{{ ... Interactive mode - normally used by just running ghci; see for details. ... be much easier, and faster, than using make; see for details.. ... Evaluate expr; see for details. }}} `see ... for details` the dotted part is missing. Probably a bug in the man page generator? -- -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11002#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11002: man page has incomplete sentences -------------------------------------+------------------------------------- Reporter: osa1 | Owner: Type: bug | Status: closed Priority: low | Milestone: Component: Documentation | Version: 7.10.2 Resolution: wontfix | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => closed * resolution: => wontfix Comment: Ahh, I had assumed this was on `master` but no, you are looking at 7.10.2 for which the manpage is generated by an XSLT stylesheet. It's no surprise that this is broken, it's always been a bit flaky. That being said, I really don't think it's worth fixing given that the 7.10.3 will be the last release to use it now since we have Sphinx. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11002#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC