diff options
author | joerg <joerg@pkgsrc.org> | 2009-03-16 18:11:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-03-16 18:11:39 +0000 |
commit | 1f3e66ede2ab137d899787c0462713e9c239b5fc (patch) | |
tree | f9ba4a57e42bd2abc4a6be80c0803fcf2f49d689 /net/libfetch | |
parent | a7e6566d8bac903a49384e22f18e01c554ef3652 (diff) | |
download | pkgsrc-1f3e66ede2ab137d899787c0462713e9c239b5fc.tar.gz |
Improve markup.
Diffstat (limited to 'net/libfetch')
-rw-r--r-- | net/libfetch/files/fetch.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/libfetch/files/fetch.3 b/net/libfetch/files/fetch.3 index 3544f7cae26..01b21d425f6 100644 --- a/net/libfetch/files/fetch.3 +++ b/net/libfetch/files/fetch.3 @@ -24,7 +24,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: fetch.3,v 1.64 2007/12/18 11:03:26 des Exp $ -.\" $NetBSD: fetch.3,v 1.11 2009/02/05 16:59:45 joerg Exp $ +.\" $NetBSD: fetch.3,v 1.12 2009/03/16 18:11:39 joerg Exp $ .\" .Dd February 4, 2009 .Dt FETCH 3 @@ -148,8 +148,8 @@ takes a URL in the form of a null-terminated string and splits it into its components function according to the Common Internet Scheme Syntax detailed in RFC 1738. A regular expression which produces this syntax is: -.Bd -literal - \*[Lt]scheme\*[Gt]:(//(\*[Lt]user\*[Gt](:\*[Lt]pwd\*[Gt])?@)?\*[Lt]host\*[Gt](:\*[Lt]port\*[Gt])?)?/(\*[Lt]document\*[Gt])? +.Bd -literal -offset indent +\*[Lt]scheme\*[Gt]:(//(\*[Lt]user\*[Gt](:\*[Lt]pwd\*[Gt])?@)?\*[Lt]host\*[Gt](:\*[Lt]port\*[Gt])?)?/(\*[Lt]document\*[Gt])? .Ed .Pp If the URL does not seem to begin with a scheme name, it is assumed to be a local path. |