diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-03-05 18:45:32 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-03-05 18:45:32 +0000 |
| commit | e7720fa877d471f767a262038367e45e8b7acdcb (patch) | |
| tree | 1f950b9eb9638649d4a515dfe9528c9f72f29af0 | |
| parent | dcb964fa34399f90c36f914e6b28e02d575562f4 (diff) | |
Notes
| -rw-r--r-- | lib/libfetch/fetch.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index 16dec553ecfc..20b61e28b226 100644 --- a/lib/libfetch/fetch.3 +++ b/lib/libfetch/fetch.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: fetch.3,v 1.6 1998/12/16 15:29:03 des Exp $ +.\" $Id: fetch.3,v 1.7 1998/12/21 19:41:50 des Exp $ .\" .Dd July 1, 1998 .Dt FETCH 3 @@ -63,7 +63,7 @@ .Ft struct url_ent * .Fn fetchListURL "char *URL" "char *flags" .Ft struct url * -.Fn fetchParseURL "char *URL" "char *flags" +.Fn fetchParseURL "char *URL" .Ft FILE * .Fn fetchGet "struct url *URL" "char *flags" .Ft FILE * |
