GNU bug report logs -
#33914
In man pages, the URL's should not be split on two lines
Previous Next
Full log
Message #10 received at 33914-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 29/12/18 16:41, Vincent Lefevre wrote:
> In the dircolors(1) man page (and other ones for long command names)
> of GNU coreutils 8.30, as output in a 80-column terminal, one has
>
> REPORTING BUGS
> GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
> Report dircolors translation bugs to <https://translationpro‐
> ject.org/team/>
>
> and
>
> SEE ALSO
> Full documentation at: <https://www.gnu.org/software/coreutils/dircol‐
> ors>
> or available locally via: info '(coreutils) dircolors invocation'
>
> Two of the URL's are split on two lines, making them difficult to
> follow.
>
> The corresponding dircolors.1 file contains:
>
> Report dircolors translation bugs to <https://translationproject.org/team/>
>
> and
>
> Full documentation at: <https://www.gnu.org/software/coreutils/dircolors>
>
> The issue may come from the fact that the URL's are not marked up as
> such. http://man7.org/linux/man-pages/man7/groff_man.7.html mentions
> macros for hyperlinks. Thus this might be the solution...
.UR macros do work, though are not universally available.
The attached takes the simpler approach of ensuring
the lines are short enough for an 80 column display,
for displaying 8 and 9 character command names.
cheers,
Pádraig
[url-wrap.patch (text/x-patch, attachment)]
This bug report was last modified 6 years and 141 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.