Deleted Added
full compact
25c25
< .\" $FreeBSD: head/lib/libfetch/fetch.3 55544 2000-01-07 10:59:12Z des $
---
> .\" $FreeBSD: head/lib/libfetch/fetch.3 57686 2000-03-02 09:14:21Z sheldonh $
109c109,110
< library. They examine the URL passed to them to determine the transfer
---
> library.
> They examine the URL passed to them to determine the transfer
111c112,113
< actual transfer. The
---
> actual transfer.
> The
113c115,116
< argument is a string of characters which specify transfer options. The
---
> argument is a string of characters which specify transfer options.
> The
119c122,123
< structure pointed to by it's second argument. The
---
> structure pointed to by it's second argument.
> The
133c137,138
< provided. If successful, it returns a malloced array of
---
> provided.
> If successful, it returns a malloced array of
135c140,141
< structures. The
---
> structures.
> The
163c169,170
< all URL schemes. For instance, the file scheme only needs the <scheme>
---
> all URL schemes.
> For instance, the file scheme only needs the <scheme>
190c197,198
< write data from or to the requested document, respectively. Note that
---
> write data from or to the requested document, respectively.
> Note that
202c210,211
< system. Only the <document> component of the URL is used.
---
> system.
> Only the <document> component of the URL is used.
210c219,220
< (append to file) flag. If that flag is specified, the data written to
---
> (append to file) flag.
> If that flag is specified, the data written to
249c259,260
< functions implement the HTTP/1.1 protocol. With a little luck, there's
---
> functions implement the HTTP/1.1 protocol.
> With a little luck, there's
270c281,282
< containing the individual components of the URL. If it is
---
> containing the individual components of the URL.
> If it is
285c297,298
< to report errors. The error code passed to
---
> to report errors.
> The error code passed to
391c404,405
< Some parts of the library are not yet implemented. The most notable
---
> Some parts of the library are not yet implemented.
> The most notable
403c417,418
< environment variables as appropriate. There is also no way to stop the
---
> environment variables as appropriate.
> There is also no way to stop the
407c422,423
< HTTP authentication doesn't work. I'm not sure that's a bug in my
---
> HTTP authentication doesn't work.
> I'm not sure that's a bug in my
412c428,429
< the Authentication: header field. Also,
---
> the Authentication: header field.
> Also,
417c434,435
< No attempt is made to encode spaces etc. within URLs. Spaces in the
---
> No attempt is made to encode spaces etc. within URLs.
> Spaces in the
423c441,442
< system errors. For instance, error code 202 means "Command not
---
> system errors.
> For instance, error code 202 means "Command not