diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-05-11 15:22:52 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-05-11 15:22:52 +0000 |
| commit | 9364c532251708dff9b32fb5c83d47bbaf837bc1 (patch) | |
| tree | 368f81fa8c5b33e663fb4568f2a3e457a1011afd | |
| parent | 9f95308a732b2c4a06a0cc649653775abd3bcf2f (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 e99fdb98a792..0aa75e3f93d6 100644 --- a/lib/libfetch/fetch.3 +++ b/lib/libfetch/fetch.3 @@ -109,8 +109,8 @@ uploading files using Uniform Resource Locators (URLs). .Fn fetchParseURL 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 RFC1738. A regular expression which produces this syntax -is: +detailed in RFC1738. +A regular expression which produces this syntax is: .Bd -literal <scheme>:(//(<user>(:<pwd>)?@)?<host>(:<port>)?)?/(<document>)? .Ed |
