Re: line wrap in url in alpha.html
Ray Lai <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Apr 04, 2006 at 04:54:36PM +0200, Tobias Stoeckmann wrote: > On Tue, Apr 04, 2006 at 10:26:13AM -0400, Ray Lai wrote: > > > > Your line is long. Try putting newlines after ``adapters'' and > > before ``>ath</a>),''. > > > > -Ray- > > > Does this mean that my patch can't be parsed or is it a style > recommendation? > > Although it would be nice to edit these files, other links are in the > same kind of state. I believe it is the accepted style, but that may be only for the FAQ. Your diff came through fine. -Ray- > If it is a problem with parsing, this diff should hopefully work: > > --- alpha.html~ Tue Apr 4 16:53:04 2006 > +++ alpha.html Tue Apr 4 16:53:34 2006 > @@ -859,7 +859,9 @@ > <li>Sony PCWA-C300S > <li>Sony PCWA-C500 > </ul> > -<li>Atheros AR521x based PCI 802.11a/b/g adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&arch=alpha&sektion=4">ath</a>), including: <sup>(*)</sup> > +<li>Atheros AR521x based PCI 802.11a/b/g adapters (<a > +href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&arch=alpha&sektion=4" > +>ath</a>), including: <sup>(*)</sup> > <ul> > <li>D-Link DWL-A520 > <li>D-Link DWL-AG520 > > > Tobias Stoeckmann