Re: [PATCH] doc: cmd: wget: document lwIP syntax

2024-11-15 Thread Heinrich Schuchardt
Am 14. November 2024 15:20:04 MEZ schrieb Jerome Forissier : >The lwIP version of wget supports a different syntax with a URL, >in addition to the legacy syntax. Document that. > >While we're at it, fix a couple of minor issues in the legacy >syntax: >- hostIPaddr can be an IP address or a DNS nam

Re: [PATCH] doc: cmd: wget: document lwIP syntax

2024-11-15 Thread Simon Glass
On Thu, 14 Nov 2024 at 07:32, Ilias Apalodimas wrote: > > Hi Jerome > > +CC Simon, since he asked for an update on the docs > > On Thu, 14 Nov 2024 at 16:20, Jerome Forissier > wrote: >> >> The lwIP version of wget supports a different syntax with a URL, >> in addition to the legacy syntax. Docu

Re: [PATCH] doc: cmd: wget: document lwIP syntax

2024-11-14 Thread Ilias Apalodimas
Hi Jerome +CC Simon, since he asked for an update on the docs On Thu, 14 Nov 2024 at 16:20, Jerome Forissier wrote: > The lwIP version of wget supports a different syntax with a URL, > in addition to the legacy syntax. Document that. > > While we're at it, fix a couple of minor issues in the le

[PATCH] doc: cmd: wget: document lwIP syntax

2024-11-14 Thread Jerome Forissier
The lwIP version of wget supports a different syntax with a URL, in addition to the legacy syntax. Document that. While we're at it, fix a couple of minor issues in the legacy syntax: - hostIPaddr can be an IP address or a DNS name - path is mandatory Signed-off-by: Jerome Forissier --- doc/usa