diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-20 19:08:29 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-20 19:08:29 +0000 |
| commit | c79efe90267efe6fe8e6323fe281ff3b6183b228 (patch) | |
| tree | 199db3d5431e45598cf0acac7b5455ff5062c689 /man7/uri.7 | |
| parent | 171b93ebec0e6510b5c1e01c7071dccf067e797a (diff) | |
| download | man-pages-c79efe90267efe6fe8e6323fe281ff3b6183b228.tar.gz | |
Wrap long line in SYNOPSIS.
Diffstat (limited to 'man7/uri.7')
| -rw-r--r-- | man7/uri.7 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man7/uri.7 b/man7/uri.7 index f06eea1c6e..65799a0e39 100644 --- a/man7/uri.7 +++ b/man7/uri.7 @@ -56,7 +56,8 @@ absoluteURI = scheme ":" ( hierarchical_part | opaque_part ) .HP relativeURI = ( net_path | absolute_path | relative_path ) [ "?" query ] .HP -scheme = "http" | "ftp" | "gopher" | "mailto" | "news" | "telnet" | "file" | "man" | "info" | "whatis" | "ldap" | "wais" | \&... +scheme = "http" | "ftp" | "gopher" | "mailto" | "news" | "telnet" | + "file" | "man" | "info" | "whatis" | "ldap" | "wais" | \&... .HP hierarchical_part = ( net_path | absolute_path ) [ "?" query ] .HP |
