mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix hard sentence break.
Submitted by: sheldonh
This commit is contained in:
parent
9f95308a73
commit
9364c53225
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue