summaryrefslogtreecommitdiff
path: root/net/libfetch
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-03-16 18:11:39 +0000
committerjoerg <joerg@pkgsrc.org>2009-03-16 18:11:39 +0000
commit1f3e66ede2ab137d899787c0462713e9c239b5fc (patch)
treef9ba4a57e42bd2abc4a6be80c0803fcf2f49d689 /net/libfetch
parenta7e6566d8bac903a49384e22f18e01c554ef3652 (diff)
downloadpkgsrc-1f3e66ede2ab137d899787c0462713e9c239b5fc.tar.gz
Improve markup.
Diffstat (limited to 'net/libfetch')
-rw-r--r--net/libfetch/files/fetch.36
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.