tcsh man page
    Lowell Gilbert 
    lgusenet at be-well.ilk.org
       
    Sat Nov 29 17:57:24 UTC 2008
    
    
  
eitanadlerlist at gmail.com (Eitan Adler) writes:
> in man 1 tcsh
> http://tcshrc.source-forge.net should not have the "-"
> The relevant line in src/contrib/tcsh/tcsh.man is
> \fIhttp://tcshrc.sourceforge.net\fR.
> which does not have a -
> Why does the "-" show up?  How can it be fixed?
That's the line-wrap caused by the URL being split across two lines.  
I'm not sure what the right fix would be; is there a way to keep a
string from being split?  Maybe forcing a newline first would be the
best that can be done?
And such a fix would have to be portable enough to be accept upstream...
    
    
More information about the freebsd-doc
mailing list